mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 17:51:02 +02:00
wip integrate falkordb
This commit is contained in:
parent
0384025619
commit
6b7e53a31f
21 changed files with 664 additions and 6 deletions
|
|
@ -60,6 +60,7 @@ setuptools.setup(
|
|||
"jsonschema",
|
||||
"aiohttp",
|
||||
"pinecone[grpc]",
|
||||
"falkordb",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/api-gateway",
|
||||
|
|
@ -104,9 +105,11 @@ setuptools.setup(
|
|||
"scripts/triples-query-cassandra",
|
||||
"scripts/triples-query-neo4j",
|
||||
"scripts/triples-query-memgraph",
|
||||
"scripts/triples-query-falkordb",
|
||||
"scripts/triples-write-cassandra",
|
||||
"scripts/triples-write-neo4j",
|
||||
"scripts/triples-write-memgraph",
|
||||
"scripts/triples-write-falkordb",
|
||||
"scripts/wikipedia-lookup",
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue