dcarpintero/llamaindexchat
LLM Chatbot w/ Retrieval Augmented Generation using Llamaindex. It demonstrates how to impl. chunking, indexing, and source citation.
This project creates a chatbot that can answer questions about specific documents or knowledge bases, rather than general internet knowledge. You provide the documents (like technical manuals, company policies, or research papers), and it turns them into a searchable format. The chatbot then takes your questions and provides answers, complete with links back to the original source documents and an accuracy score, so you can verify the information yourself. This is ideal for anyone who needs to quickly find accurate information within a specific set of texts, such as researchers, support staff, or compliance officers.
No commits in the last 6 months.
Use this if you need to build a chatbot that provides specific, verifiable answers directly from your own documents, ensuring transparency and accuracy.
Not ideal if you need a general-purpose chatbot that pulls information from the broad internet or if your primary goal is creative content generation rather than fact-finding from a defined corpus.
Stars
46
Forks
5
Language
Python
License
—
Category
Last pushed
Oct 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/dcarpintero/llamaindexchat"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ScrapeGraphAI/Scrapegraph-demo
Streamlit demo of Scrapegraph-ai for GPT4-hackaton
pnkvalavala/repochat
Chatbot assistant enabling GitHub repository interaction using LLMs with Retrieval Augmented Generation
run-llama/rags
Build ChatGPT over your data, all with natural language
Caellwyn/long-memory-character-chat
A character chat with integrated medium and long-term memory
Daethyra/FreeStream
Prebuilt Streamlit/LangChain Agent with Tools and Memory