pdf-chat-ai-sdk
An AI powered Next.js app to chat with your PDF files and get a streamed response using Vercel's AI SDK, Langchain and PineconeDB โจ๐ค๐ป๐๏ธ
File Explorer
Download Latest Version (.zip)- german-basic-law.pdf
- next.svg
- vercel.svg
- route.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- accordion.tsx
- button.tsx
- card.tsx
- dropdown-menu.tsx
- input.tsx
- spinner.tsx
- chat-line.tsx
- chat.tsx
- dark-mode-toggle.tsx
- theme-provider.tsx
- config.ts
- langchain.ts
- llm.ts
- pdf-loader.ts
- pinecone-client.ts
- prompt-templates.ts
- utils.ts
- vector-store.ts
- pinecone-prepare-docs.ts
- index.ts
- .env.example
- .eslintrc.json
- .gitignore
- components.json
- LICENSE
- next.config.js
- package-lock.json
- package.json
- postcss.config.cjs
- README.md
- tailwind.config.cjs
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/rajeshdavidbabu/pdf-chat-ai-sdk
Downloads the entire project code from GitHub to your computer.
cd pdf-chat-ai-sdk
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
