langchain/docs
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
..
api_reference sort api classes (#9710) 2023-08-24 13:53:50 -07:00
docs_skeleton Updated notebook for comprehend moderation (#9875) 2023-08-28 16:01:43 -07:00
extras Add neo4j vector support (#9770) 2023-08-29 07:54:20 -07:00
snippets docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
.local_build.sh Update local script for docs build (#8377) 2023-07-27 13:13:59 -07:00
package-lock.json docs: New experimental UI for Mendable Search (#6558) 2023-07-03 20:52:13 +01:00
vercel_requirements.txt Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00