Skip to content

Commit 9b4dbf2

Browse files
szymondudyczManul from Pathway
authored andcommitted
Update BaseRAGQuestionAnswerer documentation (#7922)
GitOrigin-RevId: a69ace3f95d851a953102b2ee2d3b73389f71f26
1 parent f363f2d commit 9b4dbf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/pathway/xpacks/llm/question_answering.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ class BaseRAGQuestionAnswerer(SummaryQuestionAnswerer):
316316
Builds the logic and the API for basic RAG application.
317317
318318
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.
321319
Allows for LLM agnosticity with freedom to choose from proprietary or open-source LLMs.
322320
323321
Args:

0 commit comments

Comments
 (0)