Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def main():
|
|
104 |
if os.path.isdir("./chroma_db"):
|
105 |
if os.listdir("./chroma_db"):
|
106 |
with st.spinner("Loading vector store..."):
|
107 |
-
st.
|
108 |
time.sleep(10)
|
109 |
vectorstore = Chroma(persist_directory="./chroma_db", embedding_function=OpenAIEmbeddings())
|
110 |
st.session_state.conversation = get_conversation_chain(vectorstore)
|
|
|
104 |
if os.path.isdir("./chroma_db"):
|
105 |
if os.listdir("./chroma_db"):
|
106 |
with st.spinner("Loading vector store..."):
|
107 |
+
st.markdown("VectorStore is readable")
|
108 |
time.sleep(10)
|
109 |
vectorstore = Chroma(persist_directory="./chroma_db", embedding_function=OpenAIEmbeddings())
|
110 |
st.session_state.conversation = get_conversation_chain(vectorstore)
|