Update env.example
This commit is contained in:
parent
9b4f41d8d5
commit
012252fbe2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 Configuration (Use valid host. For local services installed with docker, you can use host.docker.internal)
|
||||||
EMBEDDING_MODEL=bge-m3:latest
|
EMBEDDING_MODEL=bge-m3:latest
|
||||||
EMBEDDING_DIM=1024
|
EMBEDDING_DIM=1024
|
||||||
|
EMBEDDING_BATCH_NUM=32
|
||||||
|
EMBEDDING_FUNC_MAX_ASYNC=16
|
||||||
# EMBEDDING_BINDING_API_KEY=your_api_key
|
# EMBEDDING_BINDING_API_KEY=your_api_key
|
||||||
### ollama example
|
### ollama example
|
||||||
EMBEDDING_BINDING=ollama
|
EMBEDDING_BINDING=ollama
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue