Muhammadb1094/rag_gpt_chatbot
This is ChatBot Django Base Backend App. It uses RAG GPT Api's
This project helps backend developers integrate a chatbot that can answer user queries using a specific knowledge base. It takes user questions and an uploaded document as input, then provides informed responses by leveraging Retrieval Augmented Generation (RAG) and GPT APIs. This is designed for developers building custom chatbot applications that need to draw information from proprietary documents or specific data sources.
No commits in the last 6 months.
Use this if you are a backend developer creating a chatbot that needs to provide answers based on a custom knowledge base, rather than just general internet information.
Not ideal if you are looking for a ready-to-use chatbot application for end-users, as this project provides the API backend for such a system.
Stars
8
Forks
1
Language
Python
License
—
Category
Last pushed
Jan 14, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Muhammadb1094/rag_gpt_chatbot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Cinnamon/kotaemon
An open-source RAG-based tool for chatting with your documents.
BastinFlorian/RAG-Chatbot-with-Confluence
RAG Chatbot with Confluence
antoinelrnld/discord-rag
Easily create a RAG based on your Discord messages
leoneversberg/llm-chatbot-rag
A local LLM chatbot with RAG for PDF input files
olioDuan/Domain-Specific-RAG-Chat-Course-Helper
This project is a Local RAG system built for the NYU Machine Learning course.