Spaces:
Sleeping
Sleeping
Update store_index.py
Browse files- store_index.py +1 -1
store_index.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
from pinecone import Pinecone, ServerlessSpec
|
4 |
|
5 |
# Set your Pinecone API key and environment directly in the script
|
6 |
-
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY", "
|
7 |
PINECONE_API_ENV = os.getenv("PINECONE_API_ENV", "us-east-1")
|
8 |
|
9 |
# Initialize Pinecone
|
|
|
3 |
from pinecone import Pinecone, ServerlessSpec
|
4 |
|
5 |
# Set your Pinecone API key and environment directly in the script
|
6 |
+
PINECONE_API_KEY = os.getenv("PINECONE_API_KEY", "cc")
|
7 |
PINECONE_API_ENV = os.getenv("PINECONE_API_ENV", "us-east-1")
|
8 |
|
9 |
# Initialize Pinecone
|