AI-Doc-AnswerBot AI-Doc-AnswerBot is a retrieval-augmented generation (RAG) based document reader that intelligently extracts information from various documents. This project uses LangChain and ChromaDB to enable real-time data retrieval and responses to user queries through a user-friendly interface.
Features: *RAG-based document reading and information extraction. *Real-time query responses using LangChain. *Data storage and management with ChromaDB. *Local server interface for easy interaction via Postman.
Technologies Used: *Python *LangChain *ChromaDB *Flask (or whichever framework you used for the local server) *Postman (for API testing)