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
Yeah! So we found that the large JSON files do end up taking a long time, but it should still complete everything within a few minutes. Under the hood we are using LLMs to extract entities and relations and then deduplicating those with existing entities and relations. We also attempt to extract the time that these relations are true at and whether or not new relations invalidate old ones.
Make sure you are on at least version 5.21 for neo4j as that is our minimum supported version.
Some history. Neo4j used to have an alternative syntax for determining shortest paths between nodes, but the ISO actually released a GQL standard for graphs in April 2024. Neo4j added the SHORTEST keyword as they work towards being GQL compliant
Hello,
I am playing with the
runner
notebook and I just found that these lines take quite long time:Also after sometime it gets stuck:
I understand that under the hood is embedding each category of each product, right? Can you share more about what this is doing, please?
Thank you!
The text was updated successfully, but these errors were encountered: