Enabled the default preprocessors in the ollama configuration.

This commit is contained in:
ilya-kolchinsky 2025-03-04 21:23:10 +01:00
parent e16bdf138f
commit c2bd31eb5c
4 changed files with 26 additions and 2 deletions

View file

@ -116,6 +116,10 @@ tool_groups:
provider_id: rag-runtime
- toolgroup_id: builtin::code_interpreter
provider_id: code-interpreter
preprocessors: []
preprocessors:
- preprocessor_id: builtin::basic
provider_id: basic
- preprocessor_id: builtin::chunking
provider_id: simple_chunking
server:
port: 8321