#137 · Primary category: Knowledge Base & RAG

ChatFiles

chatbot chatfile chatgpt chatgpt-api chatpdf

Document Chatbot — multiple files. Powered by GPT / Embedding.

Project last updated:12/17/24

GitHub Stars

3.3K

Forks

461

Contributors

5

License

MIT

Why we included this project

This is a practical starting point if you want a self-hosted document chatbot in the spirit of ChatPDF. You upload files, ask questions in plain language, and answers are grounded in the actual text via embeddings stored in a Supabase vector database, rather than relying on the model's general knowledge. Built on Next.js with LangChainJS and a one-click Vercel deploy, it gives teams a working reference for an internal Q&A app or a retrieval pipeline they can adapt. It's a clean reference implementation rather than a hardened production product, so plan on customizing it for real workloads.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category