langchain/docs/extras
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
..
_templates Update Integrations links (#8206) 2023-07-24 21:20:32 -07:00
additional_resources Added In-Depth Langchain Agent Execution Guide (#9507) 2023-08-20 15:59:01 -07:00
ecosystem Added a link to the dependencies document (#9703) 2023-08-24 07:23:48 -07:00
guides fix broken wandb link in debugging page (#9771) 2023-08-25 15:34:08 -07:00
integrations Add neo4j vector support (#9770) 2023-08-29 07:54:20 -07:00
modules docs: Fix a spelling mistake in adding_memory.ipynb (#9794) 2023-08-26 12:04:43 -07:00
use_cases Fix typo in web_scraping.ipynb (#9835) 2023-08-28 19:26:23 -07:00