mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
# Neo4j - vector memory
|
||||
|
||||
# neo4j-vector-memory
|
||||
This template allows you to integrate an LLM with a vector-based
|
||||
retrieval system using `Neo4j` as the vector store.
|
||||
|
||||
This template allows you to integrate an LLM with a vector-based retrieval system using Neo4j as the vector store.
|
||||
Additionally, it uses the graph capabilities of the Neo4j database to store and retrieve the dialogue history of a specific user's session.
|
||||
Having the dialogue history stored as a graph allows for seamless conversational flows but also gives you the ability to analyze user behavior and text chunk retrieval through graph analytics.
|
||||
Additionally, it uses the graph capabilities of the `Neo4j` database to
|
||||
store and retrieve the dialogue history of a specific user's session.
|
||||
|
||||
Having the dialogue history stored as a graph allows for
|
||||
seamless conversational flows but also gives you the ability
|
||||
to analyze user behavior and text chunk retrieval through graph analytics.
|
||||
|
||||
|
||||
## Environment Setup
|
||||
|
Reference in New Issue
Block a user