mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 02:46:23 +02:00
Fix a missing definition, register ontology extractor endpoint
This commit is contained in:
parent
3f183b3c7b
commit
ef0f2b6837
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ dependencies = [
|
|||
"scylla-driver",
|
||||
"cohere",
|
||||
"cryptography",
|
||||
"faiss-cpu",
|
||||
"falkordb",
|
||||
"fastembed",
|
||||
"google-genai",
|
||||
|
|
@ -82,6 +83,7 @@ kg-extract-definitions = "trustgraph.extract.kg.definitions:run"
|
|||
kg-extract-objects = "trustgraph.extract.kg.objects:run"
|
||||
kg-extract-relationships = "trustgraph.extract.kg.relationships:run"
|
||||
kg-extract-topics = "trustgraph.extract.kg.topics:run"
|
||||
kg-extract-ontology = "trustgraph.extract.kg.ontology:run"
|
||||
kg-manager = "trustgraph.cores:run"
|
||||
kg-store = "trustgraph.storage.knowledge:run"
|
||||
librarian = "trustgraph.librarian:run"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue