mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
- Separate memgraph query/write modules to optimise for memgraph
- Used 2GB memory for Memgraph, overkill, gonna wind that back
This commit is contained in:
parent
e3d06ab80b
commit
1a4388ee59
12 changed files with 625 additions and 6 deletions
|
|
@ -103,8 +103,10 @@ setuptools.setup(
|
|||
"scripts/text-completion-openai",
|
||||
"scripts/triples-query-cassandra",
|
||||
"scripts/triples-query-neo4j",
|
||||
"scripts/triples-query-memgraph",
|
||||
"scripts/triples-write-cassandra",
|
||||
"scripts/triples-write-neo4j",
|
||||
"scripts/triples-write-memgraph",
|
||||
"scripts/wikipedia-lookup",
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue