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

https://github.com/arafipro/pdf-question-deploy

PDFの内容を質問するアプリを作る
https://github.com/arafipro/pdf-question-deploy

langchain-typescript nextjs openai-api typescript

Last synced: 2 months ago
JSON representation

PDFの内容を質問するアプリを作る

Awesome Lists containing this project

README

        

# PDFの内容を質問するアプリを作る OPENAI APIとLangChainを使って

## Zenn記事投稿用テストプロジェクト

## 関連書籍(Zenn)

https://zenn.dev/arafipro/books/pdf-question-yt

## 使用方法

### bunをインストール

```bash
bun install
```

### 開発サーバーを立ち上げ

```bash
bun dev
```