SalehAhmad commited on
Commit
3dde7e5
·
verified ·
1 Parent(s): eb126e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def initialize_chatbot():
15
  pinecone_api_key=os.getenv('PINECONE_API_KEY'),
16
  index_name='test',
17
  )
18
- chatbot.ingest_data('./Data', empty=False)
19
  return chatbot
20
 
21
  chatbot = initialize_chatbot()
 
15
  pinecone_api_key=os.getenv('PINECONE_API_KEY'),
16
  index_name='test',
17
  )
18
+ # chatbot.ingest_data('./Data', empty=False)
19
  return chatbot
20
 
21
  chatbot = initialize_chatbot()