NandanData commited on
Commit
17dcd41
·
verified ·
1 Parent(s): 9166313

Update store_index.py

Browse files
Files changed (1) hide show
  1. 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", "c74ab656-6afe-47b2-a622-f24caa39f5bc")
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