Update .env.example

This commit is contained in:
Saifeddine ALOUI
2025-01-17 11:44:46 +01:00
committed by GitHub
parent 35f04b51e6
commit c6774390fd

View File

@@ -13,9 +13,9 @@ LLM_BINDING_HOST=http://host.docker.internal:11434
LLM_MODEL=mistral-nemo:latest LLM_MODEL=mistral-nemo:latest
# Lollms example # Lollms example
LLM_BINDING=lollms # LLM_BINDING=lollms
LLM_BINDING_HOST=http://host.docker.internal:9600 # LLM_BINDING_HOST=http://host.docker.internal:9600
LLM_MODEL=mistral-nemo:latest # LLM_MODEL=mistral-nemo:latest
# Embedding Configuration (Use valid host. For local services, you can use host.docker.internal) # 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 EMBEDDING_MODEL=bge-m3:latest
# Lollms example # Lollms example
EMBEDDING_BINDING=lollms # EMBEDDING_BINDING=lollms
EMBEDDING_BINDING_HOST=http://host.docker.internal:9600 # EMBEDDING_BINDING_HOST=http://host.docker.internal:9600
EMBEDDING_MODEL=bge-m3:latest # EMBEDDING_MODEL=bge-m3:latest
# RAG Configuration # RAG Configuration
MAX_ASYNC=4 MAX_ASYNC=4