We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662a3e9 commit e712af3Copy full SHA for e712af3
examples/pipelines/adaptive-rag/app.yaml
@@ -39,7 +39,7 @@ $embedder: !pw.xpacks.llm.embedders.OpenAIEmbedder
39
$splitter: !pw.xpacks.llm.splitters.TokenCountSplitter
40
max_tokens: 400
41
42
-$parser: !pw.xpacks.llm.parsers.UnstructuredParser
+$parser: !pw.xpacks.llm.parsers.DoclingParser
43
cache_strategy: !pw.udfs.DefaultCache
44
45
$retriever_factory: !pw.stdlib.indexing.BruteForceKnnFactory
@@ -59,7 +59,6 @@ question_answerer: !pw.xpacks.llm.question_answering.AdaptiveRAGQuestionAnswerer
59
n_starting_documents: 2
60
factor: 2
61
max_iterations: 4
62
- strict_prompt: true
63
64
# Change host and port by uncommenting these lines
65
# host: "0.0.0.0"
0 commit comments