-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
unable to use graph memory #1942
Comments
Hi @Divyanshu9822 I used your messages and tried creating the graph. It worked for me. I believe there is an issue with your neo4j setup. |
Did u use Gemini only ? The same config I shared ? |
Hello, @prateekchhikara facing the same problem, when adding graph mem, it only uses the following two, I can't even use openai.
|
OpenAI is working properly with vector db and graph as well. However it doesn't serve my purpose well, I'm trying to build an AI assistant and less latency is quite important here so i chose gemini flash but it's not working with graph memory there's some issue it graph tools calling, also when i tried to use neo4j remotely it was ever slower so i had to move to local setup. @prateekchhikara can u pls look into the litellm gemini usage in graph memory. my configconfig = {
"graph_store": {
"provider": "neo4j",
"config": {
"url": NEO4J_URI,
"username": NEO4J_USERNAME,
"password": NEO4J_PASSWORD,
},
},
"vector_store": {
"provider": "qdrant",
"config": {
"collection_name": QDRANT_COLLECTION_NAME,
"url": QDRANT_URL,
"api_key": QDRANT_API_KEY,
},
},
"version": "v1.1",
} |
🐛 Describe the bug
I was trying to utilise graph memory using gemini and google embeddings along with qdrant. Pls help
The text was updated successfully, but these errors were encountered: