Migrate Ollama API to lightrag_server.py

This commit is contained in:
yangdx
2025-01-19 04:44:30 +08:00
parent 11f32555b1
commit 8ea179a98b
2 changed files with 438 additions and 63 deletions

View File

@@ -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