Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/rework kg core #171

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Feature/rework kg core #171

merged 4 commits into from
Nov 25, 2024

Conversation

cybermaggedon
Copy link
Contributor

@cybermaggedon cybermaggedon commented Nov 25, 2024

Knowledge core management...

  • Added /api/v1/stream/triples and /api/v1/stream/graph-embeddings to fetch information while it is loading. Websocket API, JSON objects are pushed at the client
  • Added /api/v1/load/triples and /api/v1/load/graph-embeddings to push information back the other way. JSON objects are received from the client, 1 per message.
  • tg-save-kg-core: Saves a knowledge core from the API in msgpack format
  • tg-load-kg-core: Loads a knowledge core to the API from msgpack format.
  • tg-dump-msgpack: Diagnostic tool, dumps out msgpack files

@cybermaggedon cybermaggedon merged commit 340d7a2 into release/v0.16 Nov 25, 2024
1 check passed
@cybermaggedon cybermaggedon deleted the feature/rework-kg-core branch November 25, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant