Update env.example
Browse files- env.example +2 -0
env.example
CHANGED
@@ -73,6 +73,8 @@ LLM_BINDING_HOST=http://localhost:11434
|
|
73 |
### Embedding Configuration (Use valid host. For local services installed with docker, you can use host.docker.internal)
|
74 |
EMBEDDING_MODEL=bge-m3:latest
|
75 |
EMBEDDING_DIM=1024
|
|
|
|
|
76 |
# EMBEDDING_BINDING_API_KEY=your_api_key
|
77 |
### ollama example
|
78 |
EMBEDDING_BINDING=ollama
|
|
|
73 |
### Embedding Configuration (Use valid host. For local services installed with docker, you can use host.docker.internal)
|
74 |
EMBEDDING_MODEL=bge-m3:latest
|
75 |
EMBEDDING_DIM=1024
|
76 |
+
EMBEDDING_BATCH_NUM=32
|
77 |
+
EMBEDDING_FUNC_MAX_ASYNC=16
|
78 |
# EMBEDDING_BINDING_API_KEY=your_api_key
|
79 |
### ollama example
|
80 |
EMBEDDING_BINDING=ollama
|