initialize project with FastAPI embedding service and environment configuration
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user