SalehAhmad commited on
Commit
34e31f8
·
verified ·
1 Parent(s): 023dd9d

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()