Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

AI Chatbot built with Pinecone, LangChain, HarperDB and Next.js, deployed to Vercel

# 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_))