Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -162,7 +162,7 @@ User query: {query}
|
|
| 162 |
|
| 163 |
# Example usage
|
| 164 |
if __name__ == "__main__":
|
| 165 |
-
filepath = r"
|
| 166 |
chatbot = PlantChatbot(filepath)
|
| 167 |
|
| 168 |
# Example query
|
|
|
|
| 162 |
|
| 163 |
# Example usage
|
| 164 |
if __name__ == "__main__":
|
| 165 |
+
filepath = r"C:\Users\neurotech\Desktop\NeuSpaarX\plant_data_chunks_and_embeddings.csv"
|
| 166 |
chatbot = PlantChatbot(filepath)
|
| 167 |
|
| 168 |
# Example query
|