VcRlAgent's picture
Generator .env fix
a94e830
raw
history blame contribute delete
919 Bytes
# Faiss (local index) Configuration
FAISS_INDEX_FILE=faiss.index
FAISS_PAYLOADS_FILE=faiss_payloads.json
# Hugging Face Configuration
HF_API_URL=https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2
#HF_API_URL=https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-1B-Instruct
# Embedding Model
#Small
#EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
EMBEDDING_MODEL=sentence-transformers/multi-qa-MiniLM-L6-cos-v1 # Best small for Jira AQ
#EMBEDDING_MODEL=BAAI/bge-small-en-v1.5
#Medium 768 dim
#EMBEDDING_MODEL=intfloat/e5-base-v2 #768 dim Best overall accuracy for JIRA tickets
#Large 1024 dim
#EMBEDDING_MODEL=intfloat/e5-large-v2
#EMBEDDING_MODEL=BAAI/bge-large-en-v1.5
# Server Configuration
HOST=0.0.0.0
PORT=7860
LOG_LEVEL=debug
# CORS
ALLOWED_ORIGINS=http://localhost:5173,https://your-frontend.pages.dev,https://VcRlAgent-workwise-backend-gpu.hf.space/api