mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-19 00:58:32 +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,12 @@
|
||||
# Neo4j - hybrid parent-child retrieval
|
||||
|
||||
# neo4j-parent
|
||||
This template allows you to balance precise embeddings and context retention
|
||||
by splitting documents into smaller chunks and retrieving their original
|
||||
or larger text information.
|
||||
|
||||
This template allows you to balance precise embeddings and context retention by splitting documents into smaller chunks and retrieving their original or larger text information.
|
||||
|
||||
Using a Neo4j vector index, the package queries child nodes using vector similarity search and retrieves the corresponding parent's text by defining an appropriate `retrieval_query` parameter.
|
||||
Using a `Neo4j` vector index, the package queries child nodes using
|
||||
vector similarity search and retrieves the corresponding parent's text
|
||||
by defining an appropriate `retrieval_query` parameter.
|
||||
|
||||
## Environment Setup
|
||||
|
||||
|
Reference in New Issue
Block a user