SakibAhmed commited on
Commit
9ce91fe
·
verified ·
1 Parent(s): c5dd436

Update .env

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -6,7 +6,7 @@ RAG_STORAGE_DIR="./faiss_storage"
6
 
7
  # --- Retrieval Configuration ---
8
  # Number of top matches to retrieve from Excel/CSV files for context
9
- QA_MATCHES_TO_SEND=5
10
 
11
  # Number of top document chunks to retrieve from PDFs/DOCX for context
12
  RAG_MATCHES_TO_SEND=5
 
6
 
7
  # --- Retrieval Configuration ---
8
  # Number of top matches to retrieve from Excel/CSV files for context
9
+ QA_MATCHES_TO_SEND=50
10
 
11
  # Number of top document chunks to retrieve from PDFs/DOCX for context
12
  RAG_MATCHES_TO_SEND=5