We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06d809 commit 662a3e9Copy full SHA for 662a3e9
examples/pipelines/demo-question-answering/app.yaml
@@ -39,8 +39,8 @@ $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
43
- cache_strategy: !pw.udfs.DefaultCache
+$parser: !pw.xpacks.llm.parsers.DoclingParser
+ async_mode: "fully_async"
44
45
$retriever_factory: !pw.stdlib.indexing.UsearchKnnFactory
46
reserved_space: 1000
0 commit comments