Abijith commited on
Commit
2f64d07
·
verified ·
1 Parent(s): 59bc1ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ with st.sidebar:
37
  model_choice = st.selectbox("LLM Model",
38
  [model_name],
39
  help="Choose the core analysis engine")
40
- chunk_size = st.slider("Document Chunk Size", 100, 1000, 300)
41
  rerank_threshold = st.slider("Re-ranking Threshold", 0.0, 1.0, 0.1)
42
 
43
  # File Upload Handling for multiple files
 
37
  model_choice = st.selectbox("LLM Model",
38
  [model_name],
39
  help="Choose the core analysis engine")
40
+ chunk_size = st.slider("Document Chunk Size", 500, 2000, 1000)
41
  rerank_threshold = st.slider("Re-ranking Threshold", 0.0, 1.0, 0.1)
42
 
43
  # File Upload Handling for multiple files