GitXplorerGitXplorer
D

chat-with-pdf

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
a92e0d4f86b6918aa5e8856fb81849be77a94a65

Update README.md

DDraganAleksic99 committed a month ago
Unverified
b31609d5c2c1298fc59fb9cff7e05f9d2bb93f7e

Update: use gpt-4o model

DDraganAleksic99 committed 4 months ago
Unverified
95c34fc75a64e26f40cba186c2fe737937603f23

Update: Minor styling improvements

DDraganAleksic99 committed 4 months ago
Unverified
21c800985bde183df412fd35b3f3a4ad7fdb4b77

Update README.md

DDraganAleksic99 committed 4 months ago
Unverified
3377f1dd309f61dd0d3d4c3350ef46bd09b02b41

Update: simplify code

DDraganAleksic99 committed 5 months ago
Unverified
909974b8ebea21a93cfe2dacf32795c9cbc60a58

Feat: add delete message button

DDraganAleksic99 committed 5 months ago

README

The README file for this repository.

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.