Update app.py
Browse files
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!")
|