mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-02 20:03:19 +02:00
Co-authored-by: Avi Avni <avi.avni@gmail.com>
This commit is contained in:
parent
8c1b468eb0
commit
a4afff59a0
21 changed files with 664 additions and 6 deletions
|
|
@ -125,7 +125,7 @@ def generate_all(output, version):
|
|||
"azure", "azure-openai", "bedrock", "claude", "cohere",
|
||||
"googleaistudio", "llamafile", "ollama", "openai", "vertexai",
|
||||
]:
|
||||
for graph in [ "cassandra", "neo4j" ]:
|
||||
for graph in [ "cassandra", "neo4j", "falkordb" ]:
|
||||
|
||||
y = generate_config(
|
||||
llm=model, graph_store=graph, platform=platform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue