Cyber MacGeddon
1b2de0c76f
Changed schema to add batching
2025-04-01 19:06:29 +01:00
Cyber MacGeddon
cc17998944
Config service working through gateway
2025-04-01 16:33:22 +01:00
Cyber MacGeddon
4ed5e34ab2
Remove unused field
2024-12-29 10:56:04 +00:00
Cyber MacGeddon
e4fdde541e
- Refactor doc load and text load to use a new ServiceSender class,
...
similar to ServiceRequestor, but one-way.
- This means these two services are now available over websocket with
document-load and text-load service IDs.
2024-12-28 19:50:50 +00:00
cybermaggedon
fd3db3c925
Feature/tidy kg load save ( #198 )
...
* Clean exit on ctrl-C
* More functionality in dump
* Dump some metadata
2024-12-06 15:16:09 +00:00
cybermaggedon
6d200c79c5
Feature/wikipedia ddg ( #185 )
...
API-side support for Wikipedia, DBpedia and internet search functions This incorporates a refactor of the API code to break it up, separate classes for endpoints to reduce duplication
2024-12-02 17:41:30 +00:00
cybermaggedon
340d7a224f
Feature/rework kg core ( #171 )
...
* Knowledge cores with msgpack
* Put it in the cli package
* Tidy up msgpack dumper
* Created a loader
2024-11-25 20:46:35 +00:00
cybermaggedon
92b84441eb
Feature/api gateway ( #164 )
...
* Bare bones API gateway
* Working for LLM + prompt
* RAG query works
* Triples query
* Added agent API
* Embeddings API
* Put API tests in a subdir
2024-11-20 19:55:40 +00:00