Skip to content

cjboy76/askpdf

Repository files navigation

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.