"RetrieveR is an AI-powered document analysis service that transforms unstructured data into actionable insights through intelligent, real-time interactions."
RetrieveR is a document analysis service that leverages AI technology to analyze user-uploaded documents and provide accurate answers. It supports various types of unstructured data, such as meeting minutes, business Excel files, and CSV files. Based on the uploaded files, it offers a chatbot-style interaction that allows users to ask questions and retrieve the necessary information. By understanding the data within the files, users can quickly access the information they need in a conversational manner, making it easy to gain insights.
2024.08.26 ~ 2024.10.18
Analyzes unstructured data such as meeting minutes, Excel, CSV, etc., to extract key information. In particular, for meeting minutes, AI automatically extracts metadata and provides it in an easily viewable format.
Leverages artificial intelligence to understand document content and provide customized answers for users.
Offers an easy-to-use interface, even for users without data or IT knowledge.
Users can engage in relevant questions with the chatbot based on the uploaded documents. Through these questions, users can effectively extract the necessary information from the document and gain insights.
You can upload documents in Excel, CSV, or PDF formats.
The AI automatically analyzes the content of the uploaded documents and provides metadata for PDFs.
Ask questions through the interactive chatbot, and receive real-time answers based on the analyzed data. This allows you to explore the documents further and uncover valuable insights.
- Backend: FastAPI, Python
- Frontend: HTML, CSS, JavaScript
- Database: SQLite, Pinecone
- AI/ML: GPT, LangChain, LangGraph
- Real-time Communication: WebSocket
git clone https://github.com/Countdown123/RAG_Chatbot.git
cd RAG_Chatbot/chatbot
pip install -r requirements.txt
Check the runtime.txt file to see the required Python version and set up the environment accordingly.
Paste your API keys in chatbot/.env
OPENAI_API_KEY = ""
PINECONE_API_KEY = ""
Run the FastAPI server locally.
python main.py



