Skip to content

Commit 662a3e9

Browse files
berkecanrizaiManul from Pathway
authored andcommitted
qa app and eval app configs (#8471)
GitOrigin-RevId: 8a8ba714f3242d9e1b3a7cafffc2e6dd09c499d9
1 parent c06d809 commit 662a3e9

File tree

1 file changed

+2
-2
lines changed
  • examples/pipelines/demo-question-answering

1 file changed

+2
-2
lines changed

examples/pipelines/demo-question-answering/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ $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
43-
cache_strategy: !pw.udfs.DefaultCache
42+
$parser: !pw.xpacks.llm.parsers.DoclingParser
43+
async_mode: "fully_async"
4444

4545
$retriever_factory: !pw.stdlib.indexing.UsearchKnnFactory
4646
reserved_space: 1000

0 commit comments

Comments
 (0)