mrankitvish/rag-chatbot
A FastAPI application that uses Retrieval-Augmented Generation (RAG) with a large language model (LLM) to create an interactive chatbot. This chatbot leverages PostgreSQL vector store for efficient document retrieval and supports text and CSV data sources for initialization.
Python