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
I'm currently using LightRAG with Neo4J implementations, I have some question about the get_node function:
I would like to know why are node names typically implemented as labels rather than as properties within the nodes. And why the node search is not optimized by using an Index on that name property
The text was updated successfully, but these errors were encountered:
I'm currently using LightRAG with Neo4J implementations, I have some question about the get_node function:
I would like to know why are node names typically implemented as labels rather than as properties within the nodes. And why the node search is not optimized by using an Index on that name property
The text was updated successfully, but these errors were encountered: