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

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=300, 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=600, chunk_overlap=30)
119
  rag_chain = create_conversational_rag_chain(retriever)
120
 
121