upstash/rag-chat
Prototype SDK for RAG development.
This tool helps developers quickly build conversational AI applications that can answer questions using specific knowledge. You feed it documents like website content or PDFs, and it lets you create a chatbot that responds based on those materials, acting as a knowledgeable expert. It's designed for software developers who need to rapidly prototype AI chat features.
258 stars. Available on npm.
Use this if you are a developer looking to quickly build a prototype for a retrieval-augmented generation (RAG) chat application that uses your specific data sources.
Not ideal if you are building a production-ready, enterprise-grade RAG application; for that, consider more established SDKs like Vercel AI SDK, Langchain, or LlamaIndex.
Stars
258
Forks
57
Language
TypeScript
License
MIT
Category
Last pushed
Dec 15, 2025
Commits (30d)
0
Dependencies
15
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/upstash/rag-chat"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
vercel-labs/ai-sdk-preview-rag
Retrieval-augmented generation (RAG) template powered by the AI SDK.
merefield/discourse-chatbot
An AI bot with RAG capability for Topics and Chat in Discourse, currently powered by OpenAI
ajac-zero/example-rag-app
Open-Source RAG app with LLM Observability (Langfuse), support for 100+ providers (LiteLLM),...
skaldlabs/skald
Context layer platform in your infrastructure
rag-web-ui/rag-web-ui
RAG Web UI is an intelligent dialogue system based on RAG (Retrieval-Augmented Generation) technology.