File size: 568 Bytes
adf1a37
d98e3cc
ca2008b
 
 
 
d98e3cc
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GROQ_API_KEY=your_groq_api_key_here

LANGUAGE_MODEL_REPO_ID=your_hf_username/language-detector-model
LANGUAGE_MODEL_FILENAME=saved_lang_model.pkl
EMOTION_MODEL_ID=your_hf_username/emotion-detector-model

QDRANT_URL=https://your-cluster-url.qdrant.tech
QDRANT_API_KEY=your_qdrant_api_key_here
QDRANT_COLLECTION=mental_health_rag

EMBEDDING_MODEL_NAME=intfloat/multilingual-e5-base
EMBEDDING_BATCH_SIZE=2
TORCH_NUM_THREADS=1

# Optional: set this if Hugging Face models are cached outside the default user cache.
HUGGINGFACE_HUB_CACHE=path_to_your_huggingface_hub_cache