Spaces:
Build error
Build error
Merge branch 'main' of https://github.com/yvann-hub/ChatBot-CSV
Browse files
README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
# ChatBot-CSV π€
|
| 2 |
|
| 3 |
### An AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner. π
|
| 4 |
-
|
| 5 |
#### For better understanding, see my medium article π : [Build a chat-bot over your CSV data](https://medium.com/@yvann-ba/build-a-chatbot-on-your-csv-data-with-langchain-and-openai-ed121f85f0cd)
|
| 6 |
## Quick Start π
|
| 7 |
To use ChatBot-CSV, simply visit the following link :
|
| 8 |
|
| 9 |
### [chatbot-csv.com](https://chatbot-csv.com/)
|
| 10 |
|
| 11 |
-
##
|
| 12 |
-
- [
|
| 13 |
- [ ] Custom prompt for the chatbot (let the user choose the behavior of the chatbot)
|
| 14 |
|
| 15 |
## Running Locally π»
|
|
|
|
| 1 |
# ChatBot-CSV π€
|
| 2 |
|
| 3 |
### An AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner. π
|
| 4 |
+
By integrating the strengths of Langchain and OpenAI, ChatBot-CSV employs large language models to provide users with seamless, context-aware natural language interactions for a better understanding of their CSV data.π§
|
| 5 |
#### For better understanding, see my medium article π : [Build a chat-bot over your CSV data](https://medium.com/@yvann-ba/build-a-chatbot-on-your-csv-data-with-langchain-and-openai-ed121f85f0cd)
|
| 6 |
## Quick Start π
|
| 7 |
To use ChatBot-CSV, simply visit the following link :
|
| 8 |
|
| 9 |
### [chatbot-csv.com](https://chatbot-csv.com/)
|
| 10 |
|
| 11 |
+
## Task List π:
|
| 12 |
+
- [x] Implementation of CSV agent (enable precises responses on the csv file structure)
|
| 13 |
- [ ] Custom prompt for the chatbot (let the user choose the behavior of the chatbot)
|
| 14 |
|
| 15 |
## Running Locally π»
|