Skip to content

Commit e712af3

Browse files
szymondudyczManul from Pathway
authored andcommitted
Adaptive RAG template fix (#8559)
GitOrigin-RevId: 72f200533d916852129967a51fd91eec1740954f
1 parent 662a3e9 commit e712af3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pipelines/adaptive-rag/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $embedder: !pw.xpacks.llm.embedders.OpenAIEmbedder
3939
$splitter: !pw.xpacks.llm.splitters.TokenCountSplitter
4040
max_tokens: 400
4141

42-
$parser: !pw.xpacks.llm.parsers.UnstructuredParser
42+
$parser: !pw.xpacks.llm.parsers.DoclingParser
4343
cache_strategy: !pw.udfs.DefaultCache
4444

4545
$retriever_factory: !pw.stdlib.indexing.BruteForceKnnFactory
@@ -59,7 +59,6 @@ question_answerer: !pw.xpacks.llm.question_answering.AdaptiveRAGQuestionAnswerer
5959
n_starting_documents: 2
6060
factor: 2
6161
max_iterations: 4
62-
strict_prompt: true
6362

6463
# Change host and port by uncommenting these lines
6564
# host: "0.0.0.0"

0 commit comments

Comments
 (0)