Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishi-raj-jain/custom-rag-chatbot-upstash-vector
Build your own RAG chatbot with Upstash
https://github.com/rishi-raj-jain/custom-rag-chatbot-upstash-vector
edge nextjs rag streaming tailwindcss ui upstash vector
Last synced: about 2 months ago
JSON representation
Build your own RAG chatbot with Upstash
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/custom-rag-chatbot-upstash-vector
- Owner: rishi-raj-jain
- License: mit
- Created: 2024-01-27T09:30:18.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-12T20:04:10.000Z (10 months ago)
- Last Synced: 2024-10-12T13:34:26.980Z (2 months ago)
- Topics: edge, nextjs, rag, streaming, tailwindcss, ui, upstash, vector
- Language: JavaScript
- Homepage: https://upstash.com/blog/rag-chatbot-upstash
- Size: 67.4 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://upstash.com/blog/rag-chatbot-upstash/opengraph-image)
# Build your own RAG chatbot with Upstash
Introduction ·
Tech Stack + Features ·
Author## Tech Stack + Features
### Frameworks
- [Next.js](https://nextjs.org) – The React Framework for the Web. We’re using the populate ui.shadcn.com for rapid prototyping.
### Database
- [Upstash](https://upstash.com) - Serverless database platform. We're using both Upstash Vector and Upstash Redis for storing vectors and conversations respectively.
- [Hugging Face](https://huggingface.co) - The platform where the machine learning community collaborates on models, datasets, and applications. We’re using Hugging Face Inference API for creating embeddings.
- [Replicate](https://replicate.com) - Run and fine-tune open-source models. We're using LLAMA-2-70B Chat model.
- [LangChain](https://js.langchain.com) - Framework for developing applications powered by language models.
### UI
- [TailwindCSS](https://tailwindcss.com) – CSS framework for building custom designs.
### Platform
- [Vercel](https://vercel.com) – A cloud platform for deploying and scaling web applications.
### Code Quality
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style
## Author
- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))