Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|