Skip to content

A chatbot that responds only with information that it has within its knowledge base. The chatbot is able to both store and retrieve information.

Notifications You must be signed in to change notification settings

DraganAleksic99/ai-sdk-rag

Repository files navigation

AI-SDK-RAG

A chatbot that responds only with information that it has within its knowledge base. The chatbot is able to both store and retrieve information.


ai-sdk-rag.mp4

Stack

Quickstart

1. Clone this repository

Run the following command to clone the repo:

git clone https://github.com/DraganAleksic99/ai-sdk-rag.git

2. Install dependencies

cd ai-sdk-rag
npm i

3. Install pgvector postgres extension


4. Fill out secrets

cp .env.example .env

5. Run app locally

npm run dev

Open in your browser

You can now visit http://localhost:3000.

About

A chatbot that responds only with information that it has within its knowledge base. The chatbot is able to both store and retrieve information.

Topics

Resources

Stars

Watchers

Forks