RAG Chatbot
agent-demos/rag-chatbotFreeBlock
A grounded document support chatbot with a portable sample index, optional pgvector ingestion, and visible tool traces.
Install it
npx shadcn@latest add https://agent-demos.hsawana9.com/r/rag-chatbot.jsonSource
1import { RagChatbotScreen } from "@/components/rag-chatbot/rag-chatbot-screen";23export const dynamic = "force-dynamic";45export default async function RagChatbotPage() {6 return <RagChatbotScreen />;7}
What it pulls in
npm packages
Other registry items
Files it writes
More from agent-demos
All 16 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Memory & Persistence Agentcustomer-memory-agent | agent-demos | Blocks | Free | 9 deps · 31 files | |
| Foundation Chatfoundation-chat | agent-demos | Blocks | Free | 5 deps · 14 files | |
| Generative UIgenerative-ui | agent-demos | Blocks | Free | 7 deps · 21 files | |
| LangGraph Agentlanggraph-agent | agent-demos | Blocks | Free | 5 deps · 18 files | |
| Loop Agentloop-agent | agent-demos | Blocks | Free | 7 deps · 13 files | |
| MCP Agentmcp-agent | agent-demos | Blocks | Free | 10 deps · 22 files | |
| Multimodal Chatbotmultimodal-chatbot | agent-demos | Blocks | Free | 6 deps · 13 files | |
| Object Generationobject-generation | agent-demos | Blocks | Free | 7 deps · 14 files |
