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 94cf728 commit 3144d6fCopy full SHA for 3144d6f
backend/src/diffbot_transformer.py
@@ -11,7 +11,7 @@
11
12
def get_graph_from_diffbot(graph,chunkId_chunkDoc_list:List):
13
combined_chunk_document_list = get_combined_chunks(chunkId_chunkDoc_list)
14
- llm = get_llm('Diffbot')
+ llm = get_llm('diffbot')
15
graph_documents = llm.convert_to_graph_documents(combined_chunk_document_list)
16
return graph_documents
17
0 commit comments