Files
langchain/docs/extras/integrations/vectorstores
Tomaz Bratanic db13fba7ea Add neo4j vector support (#9770)
Neo4j has added vector index integration just recently. To allow both
ingestion and integrating it as vector RAG applications, I wrapped it as
a vector store as the implementation is completely different from
`GraphCypherQAChain`. Here, we are not generating any Cypher statements
at query time, we are simply doing the vector similarity search using
the new vector index as if we were dealing with a vector database.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-29 07:54:20 -07:00
..
2023-08-21 12:51:15 -07:00
2023-08-06 15:04:01 -07:00
2023-08-08 10:11:07 -07:00
2023-08-16 00:23:07 -07:00