imravi commited on
Commit
be8f9e6
·
verified ·
1 Parent(s): 1f5b88c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -149,7 +149,7 @@ User query: {query}
149
  yield "I apologize, but I encountered an error while processing your query. Please try again."
150
 
151
  # Initialize chatbot at startup
152
- chatbot = PlantChatbot("/home/avinashhn/bheri_bot/ravi/new/plant_data_chunks_and_embeddings.csv")
153
 
154
  async def response_generator(query: str):
155
  """Wrapper generator for streaming response"""
 
149
  yield "I apologize, but I encountered an error while processing your query. Please try again."
150
 
151
  # Initialize chatbot at startup
152
+ chatbot = PlantChatbot("plant_data_chunks_and_embeddings.csv")
153
 
154
  async def response_generator(query: str):
155
  """Wrapper generator for streaming response"""