Yvann commited on
Commit
a296a04
Β·
2 Parent(s): c64abb65beb689

Merge branch 'main' of https://github.com/yvann-hub/ChatBot-CSV

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- #### 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
- ## Coming Soon βŒ›:
12
- - [ ] 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 πŸ’»
 
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 πŸ’»