Find answers from the community

Updated 2 months ago

[Bug]: Neo4j Property Graph Index doesn'...

Has anyone faced any issues with neo4j lately?

https://github.com/run-llama/llama_index/issues/16352
L
t
14 comments
sometimes I want to delete graphs from llama-index πŸ˜† Such a pain
Does it work without neo4j?
Does it work if you use openai instead of llama3.2?
Yes it works with simplegraphstore hahahaha
I'm afraid it doesn't work with OpenAI either 😦
sorry for the trouble @Logan M
give me more time to try the other propertygraphstores to see if this problem is only neo4j. Sorry work's been a little cray
Nebula has no problem with ingestion but cannot seem to retrieve any nodes no matter what question I ask. I'm also not sure how to display the graph in my notebook.

Plain Text
%ngql MATCH p=(v:Entity__)-[r]->(t:Entity__) RETURN p LIMIT 2;
%ng_draw


yielded
Plain Text
[ERROR]: No valid %ngql query result available. 
Please execute a valid query before using %ng_draw. 
Or pass a query as an argument to %ng_draw or %%ng_draw(multiline)


Even though the %ngql had a result.

Sorry I think Nebula might also be problematic. My Qdrant vector store is carrying the team in retrievals and honestly Qdrant works super well.
Imo if you don't need a graph, don't bother, its not worth the complexity πŸ˜…

I can try and look into this at some point...
Yeah but that's because my knowledge base isn't big - mini POC for now. If I were to use it for a very large knowledge base the relationships across nodes might be important
ah well. LIfe.
I think you'd maybe underestimate the powers of multi-step querying, query decomposition, hybrid search, and reranking
Ah thanks! I’ve used those in a different project with good results. Wanted to experiment with graphs πŸ˜…. Ok I guess that’s it for now!
Add a reply
Sign up and join the conversation on Discord