Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ if st.button("Documents Embedding"):
|
|
| 63 |
|
| 64 |
if prompt1:
|
| 65 |
if "vectors" not in st.session_state:
|
| 66 |
-
st.error("Vectors Intialisation
|
| 67 |
else:
|
| 68 |
document_chain = create_stuff_documents_chain(llm, prompt)
|
| 69 |
retriever = st.session_state.vectors.as_retriever()
|
|
|
|
| 63 |
|
| 64 |
if prompt1:
|
| 65 |
if "vectors" not in st.session_state:
|
| 66 |
+
st.error("Vectors Intialisation may take Some time.After getting the message 'Vector Store DB is Ready' you get fast answers")
|
| 67 |
else:
|
| 68 |
document_chain = create_stuff_documents_chain(llm, prompt)
|
| 69 |
retriever = st.session_state.vectors.as_retriever()
|