Spaces:
Paused
Paused
Commit ·
7b559e5
1
Parent(s): b4edc2a
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ from threading import Thread
|
|
| 22 |
# pinecone db index
|
| 23 |
index_name = "kellogg-markstrat"
|
| 24 |
|
| 25 |
-
|
| 26 |
api_key=os.getenv("PINECONE_API_KEY"), # find at app.pinecone.io
|
| 27 |
environment=os.getenv("PINECONE_ENV"), # next to api key in console
|
| 28 |
)
|
|
|
|
| 22 |
# pinecone db index
|
| 23 |
index_name = "kellogg-markstrat"
|
| 24 |
|
| 25 |
+
pinecone.init(
|
| 26 |
api_key=os.getenv("PINECONE_API_KEY"), # find at app.pinecone.io
|
| 27 |
environment=os.getenv("PINECONE_ENV"), # next to api key in console
|
| 28 |
)
|