SakibAhmed commited on
Commit
9b2d565
·
verified ·
1 Parent(s): 545620d

Update .env

Browse files
Files changed (1) hide show
  1. .env +1 -1
.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=3
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