aquibmoin commited on
Commit
7694d83
·
verified ·
1 Parent(s): a77728f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ pinecone_api_key = os.getenv('PINECONE_API_KEY')
16
  pc = Pinecone(api_key=pinecone_api_key)
17
 
18
  # Create Pinecone index if it doesn't exist
19
- index_name = "nasa-bi-encoder-index"
20
  if index_name not in pc.list_indexes().names():
21
  pc.create_index(
22
  name=index_name,
 
16
  pc = Pinecone(api_key=pinecone_api_key)
17
 
18
  # Create Pinecone index if it doesn't exist
19
+ index_name = "scdd-index"
20
  if index_name not in pc.list_indexes().names():
21
  pc.create_index(
22
  name=index_name,