pratikshahp commited on
Commit
7c6f596
·
verified ·
1 Parent(s): c4739f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ load_dotenv()
13
  # Initialize Pinecone and the index outside the function
14
  pinecone_key = os.getenv("PINECONE_API_KEY")
15
  pc = Pinecone(api_key=pinecone_key)
16
- index_name = "whatsapp-chat-index"
17
 
18
  if 'index_name' not in pc.list_indexes().names():
19
  pc.create_index(
 
13
  # Initialize Pinecone and the index outside the function
14
  pinecone_key = os.getenv("PINECONE_API_KEY")
15
  pc = Pinecone(api_key=pinecone_key)
16
+ index_name = "whatsapp-chat-index-1"
17
 
18
  if 'index_name' not in pc.list_indexes().names():
19
  pc.create_index(