From 012252fbe212c4b9d74d276fbbd7a7279c9b5ff2 Mon Sep 17 00:00:00 2001 From: zrguo Date: Fri, 21 Mar 2025 13:49:13 +0800 Subject: [PATCH] Update env.example --- env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env.example b/env.example index 86b4481f..fffa89a4 100644 --- a/env.example +++ b/env.example @@ -73,6 +73,8 @@ LLM_BINDING_HOST=http://localhost:11434 ### Embedding Configuration (Use valid host. For local services installed with docker, you can use host.docker.internal) EMBEDDING_MODEL=bge-m3:latest EMBEDDING_DIM=1024 +EMBEDDING_BATCH_NUM=32 +EMBEDDING_FUNC_MAX_ASYNC=16 # EMBEDDING_BINDING_API_KEY=your_api_key ### ollama example EMBEDDING_BINDING=ollama