You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK I'm being lazy here because I haven't had the chance to dig into the code and figure this out on my own, hoping someone can just point me in the right direction...
I have been trying to build a large knowledge graph on base of ~ 3000 ingested documents. I am able to ingest all docs and then run the create-graph command with 100 document ids at a time until all documents have restructuring_status == processed. So far, so good...
Then I attempt to enrich the graph but after many, many attempts it looks like on 100 of the processed documents ever get restructuring_status == enriched.
Is there any way to force enrichment of all documents with processed restructuring status so they are included in the knowledge graph?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
OK I'm being lazy here because I haven't had the chance to dig into the code and figure this out on my own, hoping someone can just point me in the right direction...
I have been trying to build a large knowledge graph on base of ~ 3000 ingested documents. I am able to ingest all docs and then run the
create-graph
command with 100 document ids at a time until all documents have restructuring_status ==processed
. So far, so good...Then I attempt to enrich the graph but after many, many attempts it looks like on 100 of the processed documents ever get restructuring_status ==
enriched
.Is there any way to force enrichment of all documents with
processed
restructuring status so they are included in the knowledge graph?Any pointers would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions