BastinFlorian/RAG-Chatbot-with-Confluence
RAG Chatbot with Confluence
Implements a RAG pipeline that ingests Confluence pages using LangChain's MarkdownHeaderTextSplitter to preserve document hierarchy, then serves a Streamlit UI for question-answering against indexed content. Uses OpenAI embeddings and LLMs with QARetrievalChain, includes evaluation tooling to assess RAG quality on domain-specific QA datasets, and supports both interactive notebooks and CLI modes for different use cases.
178 stars. No commits in the last 6 months.
Stars
178
Forks
54
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/BastinFlorian/RAG-Chatbot-with-Confluence"
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.
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.
antoinelrnld/discord-rag
Easily create a RAG based on your Discord messages
Mohannadcse/DepsRAG
Interactive LLM Chatbot that constructs direct and transitive software dependencies as a...