-
-
Notifications
You must be signed in to change notification settings - Fork 44
[Store] Add Neo4j #183
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
[Store] Add Neo4j #183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a functional point of view this looks good - only two tiny things on code level 👍
@chr-hertel Totally, I'm almost done with the tests, one still tricky, need a few hours on it and this PR should be good, sorry for the delay. |
Just to add context, the tests are not built around "failure / success" as the neo4j API handle things differently, if an index / document already exist, the operation is not performed but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code & functional test look good 👍
Thank you @Guikingone. |
…e (chr-hertel) This PR was merged into the main branch. Discussion ---------- [Examples] Fix OpenAI and GPT namespaces in Neo4j RAG example | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Follow up after #217 and #183 Commits ------- 7770885 Fix OpenAI and GPT namespaces in Neo4j RAG example
Hi 👋🏻
This PR aim to introduce the
Neo4J
store as a vector store, the full implementation is based around the HTTP client and, the PR is not fully ready, unit tests must be completed.