LightRAG
LightRAG copied to clipboard
[Question]: <title>Neo4j Excessive Graph Data Retreival calls. Is this needed?
Do you need to ask a question?
- [ ] I have searched the existing question and discussions and this question is not already answered.
- [ ] I believe this is a legitimate question, not just a bug or feature request.
Your Question
I currently have a small knowledge graph. 297 Nodes and 321 Edges.
I am currently testing my application under load but on my local machine im not even able to run 4 concurrent users and have low latency. So I decided to log functions with Logfire from Pydantic.
Additional Context
I get that this is using Hybrid Search but still the latency and the amount of calls is excessive or not?
Is this the reason we should only call hybrid when the question of the user means it's necessary?
Or is some other GraphDB solution way faster than Neo4j?
No response