From 6ad39dfd3bd6b7ca3c0ae7dfbe50fd3c9c4e9405 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 10 Mar 2025 12:58:08 +0000 Subject: [PATCH] Update roles/home/aichat/config.yaml --- roles/home/aichat/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/home/aichat/config.yaml b/roles/home/aichat/config.yaml index de8acd9..368fd3a 100644 --- a/roles/home/aichat/config.yaml +++ b/roles/home/aichat/config.yaml @@ -10,3 +10,11 @@ clients: - name: pino-coder max_input_tokens: 16000 max_output_tokens: 16000 + + - name: pino-embed + type: embedding + default_chunk_size: 512 + max_batch_size: 100 + +rag_embedding_model: ollama:pino-embed +rag_top_k: 5 \ No newline at end of file