This is the complete project chat with database in natural language using llm and ai agents.
-
Create a chat with sqlite connection with local db. ✅
-
Create a connection with mysql database.✅
-
Create option to download chat history.✅
-
Better Response quality for Easy Understanding of answer.✅
-
Add context of previous to answer similar queries to reduce computation.
- By adding a memory to local storage and retrieve the response of similar queries from there.
-
Better UI
-
Make the code base modular for readability and easy modifications.
- To remove double answers from natural language output
- To change location of download button
- To make model better