Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishi-raj-jain/pinecone-langchain-harperdb-chatbot
A template of AI Chatbot built with Pinecone, LangChain, HarperDB and Next.js, deployed to Vercel.
https://github.com/rishi-raj-jain/pinecone-langchain-harperdb-chatbot
boilerplate caching harperdb langchain nextjs openai streaming template vercel
Last synced: 20 days ago
JSON representation
A template of AI Chatbot built with Pinecone, LangChain, HarperDB and Next.js, deployed to Vercel.
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/pinecone-langchain-harperdb-chatbot
- Owner: rishi-raj-jain
- License: mit
- Created: 2023-11-15T06:44:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-05T21:43:44.000Z (12 months ago)
- Last Synced: 2024-10-08T03:29:30.760Z (about 1 month ago)
- Topics: boilerplate, caching, harperdb, langchain, nextjs, openai, streaming, template, vercel
- Language: JavaScript
- Homepage: https://www.harperdb.io/development/tutorials/building-real-time-ai-chatbot-with-harperdb-pinecone-nextjs-langchain-vercel
- Size: 73.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Chatbot built with Pinecone, LangChain, HarperDB and Next.js, deployed to Vercel
Introduction · Tech Stack · Author
## Introduction
A boilerplate of AI Chatbot built with [Pinecone](https://pinecone.io), [Next.js](https://nextjs.org), [Vercel](https://vercel.com), [HarperDB](https://harperdb.io), [LangChain](https://js.langchain.com/) and [TailwindCSS](https://tailwindcss.com).
## Tech Stack
### Frameworks
- [Next.js](https://nextjs.org) – Framework
### Hooks and Utilities
- [HarperDB CRUD API](lib/harper.js) - NoSQL insert, delete, update and retrieve for a SQL database with HarperDB
-
- [HarperDB Rate Limiter](lib/ratelimit.js) - Rate Limiting requests to 5 per user per 86400 seconds### UI
- [TailwindCSS](https://tailwindcss.com) – Styling
### Platforms
- [Vercel](https://vercel.com) – Hosting
### 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_))