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

https://github.com/cjboy76/askpdf

AskPDF is a PDF reader app with integrated chat, read and discuss in real time.
https://github.com/cjboy76/askpdf

langchain nuxt-ui nuxt3 pdfjs rag text-embeddings

Last synced: about 1 year ago
JSON representation

AskPDF is a PDF reader app with integrated chat, read and discuss in real time.

Awesome Lists containing this project

README

          

# AskPDF

A PDF Reader comes with integrated chat, allowing you to have real-time discussions, powered by AI SDK, LangChain.js.

hero image

### Local development setup

1. Clone the repository
2. Run `pnpm install` and `pnpm dev`
3. Open http://localhost:3000 in browser.

### Run AskPDF in production using Docker Compose:
1. Clone the repo
2. Run `docker compose up -d`
3. Open http://localhost:3000 in browser.