Skip to content

Chat-with-pdf app uses RAG (Retrieval Augmented Generation) to retrieve relevant context, then answers user question based on the provided context and chat history.

Notifications You must be signed in to change notification settings

DraganAleksic99/chat-with-pdf

Repository files navigation

Chat-With-Pdf

Chat-with-pdf app uses RAG (Retrieval Augmented Generation) to retrieve relevant context, then answers user question based on the provided context and chat history.

Stack

Quickstart

1. Clone this repository

Run the following command to clone the repo:

git clone https://github.com/DraganAleksic99/chat-with-pdf.git

2. Install dependencies

cd chat-with-pdf
npm i

3. Fill out secrets

cp .env.example .env

4. Seed database

npm run seed

5. Run app locally

npm run dev

Open in your browser

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

About

Chat-with-pdf app uses RAG (Retrieval Augmented Generation) to retrieve relevant context, then answers user question based on the provided context and chat history.

Topics

Resources

Stars

Watchers

Forks