Files
openai_format_embedding/.env.example

11 lines
312 B
Plaintext

# Embedding model path (supports local path or UNC network path)
EMBEDDING_PATH=\\10.6.80.11\Dataset\PVStore\lab-data-model-pvc-c0beeab1-6dd5-4c6a-bd2c-6ce9e114c25e\Weight\BAAI\bge-m3
# Service bind host
EMBEDDING_HOST=0.0.0.0
# Service bind port
EMBEDDING_PORT=8000
# Uvicorn worker count
EMBEDDING_WORKERS=5