xpsychted commited on
Commit
d74a7cd
1 Parent(s): e6c089b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ class PineconeIndex:
38
  environment=PINECONE_ENV
39
  )
40
 
41
- pinecone.delete_index(index_name)
42
 
43
  # only create index if it doesn't exist
44
  if index_name not in pinecone.list_indexes():
 
38
  environment=PINECONE_ENV
39
  )
40
 
41
+ # pinecone.delete_index(index_name)
42
 
43
  # only create index if it doesn't exist
44
  if index_name not in pinecone.list_indexes():