ArturG9 commited on
Commit
d0e6b6b
·
verified ·
1 Parent(s): c1bdf06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def main():
115
  options=list(range(2, 16)),
116
  value=4
117
  )
118
- retriever = create_retriever_from_chroma(vectorstore_path="docs/chroma/", search_type=search_type, k=k, chunk_size=600, chunk_overlap=30)
119
  rag_chain = create_conversational_rag_chain(retriever)
120
 
121
 
 
115
  options=list(range(2, 16)),
116
  value=4
117
  )
118
+ retriever = create_retriever_from_chroma(vectorstore_path="docs/chroma/", search_type=search_type, k=k, chunk_size=200, chunk_overlap=30)
119
  rag_chain = create_conversational_rag_chain(retriever)
120
 
121