Skip to content

Commit 3144d6f

Browse files
diffbot lower case
1 parent 94cf728 commit 3144d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/diffbot_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def get_graph_from_diffbot(graph,chunkId_chunkDoc_list:List):
1313
combined_chunk_document_list = get_combined_chunks(chunkId_chunkDoc_list)
14-
llm = get_llm('Diffbot')
14+
llm = get_llm('diffbot')
1515
graph_documents = llm.convert_to_graph_documents(combined_chunk_document_list)
1616
return graph_documents
1717

0 commit comments

Comments
 (0)