mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +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 @@
|
||||
# RAG - Pinecone - fusion
|
||||
|
||||
# rag-fusion
|
||||
This template enables `RAG fusion` using a re-implementation of
|
||||
the project found [here](https://github.com/Raudaschl/rag-fusion).
|
||||
|
||||
This template enables RAG fusion using a re-implementation of the project found [here](https://github.com/Raudaschl/rag-fusion).
|
||||
It performs multiple query generation and `Reciprocal Rank Fusion`
|
||||
to re-rank search results.
|
||||
|
||||
It performs multiple query generation and Reciprocal Rank Fusion to re-rank search results.
|
||||
It uses the `Pinecone` vectorstore and the `OpenAI` chat and embedding models.
|
||||
|
||||
## Environment Setup
|
||||
|
||||
|
Reference in New Issue
Block a user