Update app.py
Browse files
app.py
CHANGED
|
@@ -186,12 +186,7 @@ pinecone_environment = st.secrets["pinecone_environment"]
|
|
| 186 |
|
| 187 |
# AUTHENTICATE/INITIALIZE PINCONE SERVICE
|
| 188 |
from pinecone import Pinecone
|
| 189 |
-
pc = Pinecone(api_key=
|
| 190 |
-
|
| 191 |
-
# pinecone.init(api_key='your_api_key_here')
|
| 192 |
-
# # # Initialize Pinecone
|
| 193 |
-
# pinecone.init(api_key=pinecone_api_key, environment=pinecone_environment)
|
| 194 |
-
|
| 195 |
|
| 196 |
# Define the name of the Pinecone index
|
| 197 |
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'
|