Spaces:
Sleeping
Sleeping
Update .env
Browse files
.env
CHANGED
|
@@ -24,7 +24,7 @@ RAG_LOAD_INDEX="true"
|
|
| 24 |
RAG_INITIAL_FETCH_K=10
|
| 25 |
|
| 26 |
# Step 2: After reranking the initial docs, keep this many final documents for the LLM context.
|
| 27 |
-
RAG_RERANKER_K=
|
| 28 |
|
| 29 |
RAG_MAX_FILES_FOR_INCREMENTAL=50
|
| 30 |
|
|
|
|
| 24 |
RAG_INITIAL_FETCH_K=10
|
| 25 |
|
| 26 |
# Step 2: After reranking the initial docs, keep this many final documents for the LLM context.
|
| 27 |
+
RAG_RERANKER_K=5
|
| 28 |
|
| 29 |
RAG_MAX_FILES_FOR_INCREMENTAL=50
|
| 30 |
|