VcRlAgent commited on
Commit
a94e830
·
1 Parent(s): 0d1eb92

Generator .env fix

Browse files
Files changed (1) hide show
  1. .env +1 -8
.env CHANGED
@@ -2,15 +2,9 @@
2
  FAISS_INDEX_FILE=faiss.index
3
  FAISS_PAYLOADS_FILE=faiss_payloads.json
4
 
5
- # Qdrant Configuration
6
- QDRANT_URL=http://localhost:6333
7
- QDRANT_API_KEY=
8
- QDRANT_COLLECTION_NAME=jira_tickets
9
-
10
  # Hugging Face Configuration
11
  HF_API_URL=https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2
12
  #HF_API_URL=https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-1B-Instruct
13
- HF_TOKEN=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
14
 
15
  # Embedding Model
16
  #Small
@@ -26,11 +20,10 @@ EMBEDDING_MODEL=sentence-transformers/multi-qa-MiniLM-L6-cos-v1 # Best small for
26
  #EMBEDDING_MODEL=BAAI/bge-large-en-v1.5
27
 
28
 
29
-
30
  # Server Configuration
31
  HOST=0.0.0.0
32
  PORT=7860
33
  LOG_LEVEL=debug
34
 
35
  # CORS
36
- ALLOWED_ORIGINS=http://localhost:5173,https://your-frontend.pages.dev,https://VcRlAgent-workwise-backend-gpu.hf.space/api
 
2
  FAISS_INDEX_FILE=faiss.index
3
  FAISS_PAYLOADS_FILE=faiss_payloads.json
4
 
 
 
 
 
 
5
  # Hugging Face Configuration
6
  HF_API_URL=https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2
7
  #HF_API_URL=https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-1B-Instruct
 
8
 
9
  # Embedding Model
10
  #Small
 
20
  #EMBEDDING_MODEL=BAAI/bge-large-en-v1.5
21
 
22
 
 
23
  # Server Configuration
24
  HOST=0.0.0.0
25
  PORT=7860
26
  LOG_LEVEL=debug
27
 
28
  # CORS
29
+ ALLOWED_ORIGINS=http://localhost:5173,https://your-frontend.pages.dev,https://VcRlAgent-workwise-backend-gpu.hf.space/api