Combining Neo4j Vector Store and Neo4j Graph Store #11532
DomenHocevar
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The vector store finds appropriate nodes using embedding similarity. The graph store finds appropriate nodes using keyword search and then from those nodes it searches over a subgraph. Why not combine these two approaches, e. g. find candidate nodes using embedding similarity and then perform a subgraph search starting from them?
Beta Was this translation helpful? Give feedback.
All reactions