mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-09 01:01:55 +00:00
Update .env.example
This commit is contained in:
parent
35f04b51e6
commit
c6774390fd
12
.env.example
12
.env.example
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user