We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f363f2d commit 9b4dbf2Copy full SHA for 9b4dbf2
python/pathway/xpacks/llm/question_answering.py
@@ -316,8 +316,6 @@ class BaseRAGQuestionAnswerer(SummaryQuestionAnswerer):
316
Builds the logic and the API for basic RAG application.
317
318
Base class to build RAG app with Pathway vector store and Pathway components.
319
- Gives the freedom to choose between two question answering strategies,
320
- short (concise), and long (detailed) response, that can be set during the post request.
321
Allows for LLM agnosticity with freedom to choose from proprietary or open-source LLMs.
322
323
Args:
0 commit comments