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
|
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()
|