robinroy03 commited on
Commit
58b27bf
1 Parent(s): cdb02ce

db index modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  PINECONE_DB_API = os.environ.get('PINECONE_DB_API')
9
  pc = Pinecone(api_key=PINECONE_DB_API)
10
- index = pc.Index('fury') # NOTE: FOR NOW
11
 
12
  app = Flask(__name__)
13
 
 
7
 
8
  PINECONE_DB_API = os.environ.get('PINECONE_DB_API')
9
  pc = Pinecone(api_key=PINECONE_DB_API)
10
+ index = pc.Index('fury-py') # NOTE: FOR NOW
11
 
12
  app = Flask(__name__)
13