Skip to content

Commit 94cf728

Browse files
changed llm case
1 parent c38682a commit 94cf728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/generate_graphDocuments_from_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def generate_graphDocuments(model: str, graph: Neo4jGraph, chunkId_chunkDoc_list
2424
logging.info(f"allowedNodes: {allowedNodes}, allowedRelationship: {allowedRelationship}")
2525

2626
graph_documents = []
27-
if model == "Diffbot":
27+
if model == "diffbot":
2828
graph_documents = get_graph_from_diffbot(graph, chunkId_chunkDoc_list)
2929

3030
elif model in OPENAI_MODELS:

0 commit comments

Comments
 (0)