abaliyan commited on
Commit
36b54c8
β€’
1 Parent(s): 9a29948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def main():
40
  embedding = get_embeddings()
41
 
42
  with st.spinner("Wait! ChatBot is Learning βœ‹πŸ»"):
43
- push_to_pinecone(tiny_docs, embedding)
44
  st.session_state["bot_ready_flag"] = True
45
 
46
 
 
40
  embedding = get_embeddings()
41
 
42
  with st.spinner("Wait! ChatBot is Learning βœ‹πŸ»"):
43
+ push_to_pinecone(tiny_docs, embedding, os.environ.get("NAMESPACE"))
44
  st.session_state["bot_ready_flag"] = True
45
 
46