Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why Using Labels for Node Names and Label-Based Search Optimization in Neo4j #487

Open
domenicopolicastro opened this issue Dec 18, 2024 · 1 comment

Comments

@domenicopolicastro
Copy link

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

@hixulei
Copy link

hixulei commented Dec 21, 2024

因为这个问题,导致使用neo4j数据库查询完全查询不到结果。 这是个bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants