Guru-25 commited on
Commit
fdd4bcd
Β·
verified Β·
1 Parent(s): 2e2b471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ if load_button:
57
  st.write("βœ‚οΈ Data split into manageable parts!")
58
 
59
  embeddings=create_embeddings()
 
60
  st.write("🧠 Model ready to understand your queries!")
61
  push_to_pinecone(st.session_state['Pinecone_API_Key'],constants.PINECONE_ENVIRONMENT,constants.PINECONE_INDEX,embeddings,chunks_data)
62
  st.write("πŸš€ Data loaded into Pinecone for quick searching!")
 
57
  st.write("βœ‚οΈ Data split into manageable parts!")
58
 
59
  embeddings=create_embeddings()
60
+ st.write(os.environ["PINECONE_API"])
61
  st.write("🧠 Model ready to understand your queries!")
62
  push_to_pinecone(st.session_state['Pinecone_API_Key'],constants.PINECONE_ENVIRONMENT,constants.PINECONE_INDEX,embeddings,chunks_data)
63
  st.write("πŸš€ Data loaded into Pinecone for quick searching!")