Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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
|