We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38682a commit 94cf728Copy full SHA for 94cf728
backend/src/generate_graphDocuments_from_llm.py
@@ -24,7 +24,7 @@ def generate_graphDocuments(model: str, graph: Neo4jGraph, chunkId_chunkDoc_list
24
logging.info(f"allowedNodes: {allowedNodes}, allowedRelationship: {allowedRelationship}")
25
26
graph_documents = []
27
- if model == "Diffbot":
+ if model == "diffbot":
28
graph_documents = get_graph_from_diffbot(graph, chunkId_chunkDoc_list)
29
30
elif model in OPENAI_MODELS:
0 commit comments