Spaces:
Sleeping
Sleeping
Update .env
Browse files
.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=
|
| 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
|