Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ pinecone_environment = st.secrets["pinecone_environment"]
|
|
| 186 |
|
| 187 |
# AUTHENTICATE/INITIALIZE PINCONE SERVICE
|
| 188 |
from pinecone import Pinecone
|
| 189 |
-
pc = Pinecone(api_key=PINECONE_API_KEY=555c0e70-331d-4b43-aac7-5b3aac5078d6)
|
| 190 |
|
| 191 |
# Define the name of the Pinecone index
|
| 192 |
index_name = 'mimtssinkqa'
|
|
|
|
| 186 |
|
| 187 |
# AUTHENTICATE/INITIALIZE PINCONE SERVICE
|
| 188 |
from pinecone import Pinecone
|
| 189 |
+
pc = Pinecone(api_key=PINECONE_API_KEY='555c0e70-331d-4b43-aac7-5b3aac5078d6')
|
| 190 |
|
| 191 |
# Define the name of the Pinecone index
|
| 192 |
index_name = 'mimtssinkqa'
|