initialize project with FastAPI embedding service and environment configuration

This commit is contained in:
tom
2026-03-31 18:04:35 +08:00
parent 914638e3c8
commit 58ba5d99aa
4 changed files with 186 additions and 0 deletions

11
.env.example Normal file
View File

@ -0,0 +1,11 @@
# 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