ArturG9 commited on
Commit
43ca617
1 Parent(s): 7c9ee97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ def main():
120
 
121
 
122
  st.header("Chat with multiple PDFs :books:")
 
123
 
124
 
125
  retriever = create_retriever_from_chroma(vectorstore_path="docs/chroma/", search_type='mmr', k=9, chunk_size=250, chunk_overlap=20)
 
120
 
121
 
122
  st.header("Chat with multiple PDFs :books:")
123
+ st.markdown("Hi, I am Qwen, chat mmodel, based on respublic of Lithuania law document. Write you question and press enter to start chat.")
124
 
125
 
126
  retriever = create_retriever_from_chroma(vectorstore_path="docs/chroma/", search_type='mmr', k=9, chunk_size=250, chunk_overlap=20)