Update .env.example
This commit is contained in:
parent
35f04b51e6
commit
c6774390fd
1 changed files with 6 additions and 6 deletions
12
.env.example
12
.env.example
|
|
@ -13,9 +13,9 @@ LLM_BINDING_HOST=http://host.docker.internal:11434
|
|||
LLM_MODEL=mistral-nemo:latest
|
||||
|
||||
# Lollms example
|
||||
LLM_BINDING=lollms
|
||||
LLM_BINDING_HOST=http://host.docker.internal:9600
|
||||
LLM_MODEL=mistral-nemo:latest
|
||||
# LLM_BINDING=lollms
|
||||
# LLM_BINDING_HOST=http://host.docker.internal:9600
|
||||
# LLM_MODEL=mistral-nemo:latest
|
||||
|
||||
|
||||
# Embedding Configuration (Use valid host. For local services, you can use host.docker.internal)
|
||||
|
|
@ -25,9 +25,9 @@ EMBEDDING_BINDING_HOST=http://host.docker.internal:11434
|
|||
EMBEDDING_MODEL=bge-m3:latest
|
||||
|
||||
# Lollms example
|
||||
EMBEDDING_BINDING=lollms
|
||||
EMBEDDING_BINDING_HOST=http://host.docker.internal:9600
|
||||
EMBEDDING_MODEL=bge-m3:latest
|
||||
# EMBEDDING_BINDING=lollms
|
||||
# EMBEDDING_BINDING_HOST=http://host.docker.internal:9600
|
||||
# EMBEDDING_MODEL=bge-m3:latest
|
||||
|
||||
# RAG Configuration
|
||||
MAX_ASYNC=4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue