You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/pipelines/adaptive-rag/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ We use the data in this table to call our adaptive retrieval logic.
30
30
31
31
To do that, we use `answer_with_geometric_rag_strategy_from_index` implementation provided under the `pathway.xpacks.llm.question_answering`.
32
32
This function takes an index, LLM, prompt and adaptive parameters such as the starting number of documents. Then, iteratively asks the question to the LLM with an increasing number of context documents retrieved from the index.
33
-
We also set `strict_prompt=True`. This adjusts the prompt with additional instructions and adds additional rails to parse the response.
34
33
35
34
We encourage you to check the implementation of `answer_with_geometric_rag_strategy_from_index`.
0 commit comments