mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
spellcheck (#936)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"In the paper [here](https://arxiv.org/pdf/2401.15884.pdf), a few steps are taken:\n",
|
||||
"\n",
|
||||
"* If at least one document exceeds the threshold for relevance, then it proceeds to generation\n",
|
||||
"* Before generation, it performns knowledge refinement\n",
|
||||
"* Before generation, it performs knowledge refinement\n",
|
||||
"* This partitions the document into \"knowledge strips\"\n",
|
||||
"* It grades each strip, and filters our irrelevant ones\n",
|
||||
"* If all documents fall below the relevance threshold or if the grader is unsure, then the framework seeks an additional datasource\n",
|
||||
|
||||
Reference in New Issue
Block a user