mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 10:26:21 +02:00
wip integrate falkordb (#211)
This commit is contained in:
parent
4b83a577fe
commit
1ab2a7ff6b
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