Open br00t4c opened 2 months ago
Looks like there's an issue with the sql query. I'll push a fix shortly. Meanwhile, could you try running create-graph with no args? It should run on all ingested documents.
Yeah everything work fine from CLI or when calling create_graph()
without document_id params specified ;) Thanks for the quick reply, I'll wait for the next bug fix release. BUT if I'm not mistaken... if you launch a graph creation request available documents are enumerated by a call to get_all_documents()
which defaults to a max of 100 documents, so if you have a document collection with > 100 documents, you will have to call create_graph()
multiple times to insure all documents are extracted
Describe the bug
Call to
create_graph()
with list of document_ids via Python SDK yields SQLAlchemy errorTo Reproduce
Steps to reproduce the behavior:
get_all_documents()
create_graph()
with list of document_ids from step 3Expected behavior
Successful initiation of extraction for graph generation
Screenshots
Desktop (please complete the following information):
Additional context