mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
docs: fix small typo in map_rerank_docs_chain.ipynb (#30738)
- [ ] **PR message**: ***Delete this entire checklist*** and replace with - **Description:** fixed a minor typo in map_rerank_docs_chain.ipynb
This commit is contained in:
parent
164e606cae
commit
deec538335
@ -13,7 +13,7 @@
|
|||||||
"- Map a process to the set of documents, where the process includes generating a score;\n",
|
"- Map a process to the set of documents, where the process includes generating a score;\n",
|
||||||
"- Rank the results by score and return the maximum.\n",
|
"- Rank the results by score and return the maximum.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"A common process in this scenario is question-answering using pieces of context from a document. Forcing the model to generate score along with its answer helps to select for answers generated only by relevant context.\n",
|
"A common process in this scenario is question-answering using pieces of context from a document. Forcing the model to generate a score along with its answer helps to select for answers generated only by relevant context.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"An [LangGraph](https://langchain-ai.github.io/langgraph/) implementation allows for the incorporation of [tool calling](/docs/concepts/tool_calling) and other features for this problem. Below we will go through both `MapRerankDocumentsChain` and a corresponding LangGraph implementation on a simple example for illustrative purposes."
|
"An [LangGraph](https://langchain-ai.github.io/langgraph/) implementation allows for the incorporation of [tool calling](/docs/concepts/tool_calling) and other features for this problem. Below we will go through both `MapRerankDocumentsChain` and a corresponding LangGraph implementation on a simple example for illustrative purposes."
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user