From 04f07d4712237c5c7f25c1ca33af948ef52f4074 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 15 Jan 2025 21:26:13 +0100 Subject: Complete the default config and add roles. --- src/aichat/config.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aichat/config.yaml') diff --git a/src/aichat/config.yaml b/src/aichat/config.yaml index 51c4e2b..b2809b1 100644 --- a/src/aichat/config.yaml +++ b/src/aichat/config.yaml @@ -1,5 +1,8 @@ # see https://github.com/sigoden/aichat/blob/main/config.example.yaml +rag_embedding_model: ollama:nomic-embed-text +rag_chunk_size: 8192 +rag_chunk_overlap: 409 model: ollama:qwen2.5 clients: - type: openai-compatible -- cgit v1.2.3