remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
ポケモンRAG AIアシスタント
PokeAPI データベースと AI 機能を組み合わせて、RAG (Retrieval Augmented Generation) を使用してポケモンに関する正確な情報を提供するインタラクティブなポケモン アシスタントです。
特徴
- ポケモンの質問のためのチャットベースのインターフェース
- 正確なポケモンデータのためのPokeAPIとの統合
- AI応答を強化するRAGシステム
- モダンな Next.js フロントエンド
- FastAPIバックエンド
設定
バックエンド
- Python の依存関係をインストールします。
Copy
- バックエンドを実行します。
Copy
フロントエンド
- フロントエンドディレクトリに移動します。
Copy
- 依存関係をインストールします:
Copy
- 開発サーバーを実行します。
Copy
環境変数
ルート ディレクトリに次の.env
ファイルを作成します。
Copy