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
Enables configuration of environment variables for API keys and other settings
Enables cloning the repository and pushing changes for deployment
Allows forking projects, creating branches, committing changes, and opening pull requests for contribution
MCP - RAG を使用した質問応答システム
MCP は、検索拡張生成 (RAG) 技術を使用して、ドキュメントのコーパスに基づいて正確で文脈に沿った回答を提供する高度な質問応答システムです。
特徴
- 🔍 ドキュメント内のセマンティック検索
- 💾 Redis によるスマートキャッシュ
- 📊 MongoDB による永続ストレージ
- 🤖 埋め込みとテキスト生成のための OpenAI との統合
- 📈 システム監視とメトリクス
- 🔄非同期操作管理
前提条件
- Python 3.9以上
- MongoDB コミュニティエディション
- レディス
- OpenAI APIキー
施設
- リポジトリをクローンします。
Copy
- システム依存関係をインストールします。
Copy
- Python 環境を設定します。
Copy
- 環境変数を設定します。
Copy
すぐに使える
Copy
ドキュメント
テスト
Copy
プロジェクト構造
Copy
貢献
- プロジェクトをフォークする
- 機能用のブランチを作成します(
git checkout -b feature/AmazingFeature
) - 変更をコミットします(
git commit -m 'Add some AmazingFeature'
) - ブランチにプッシュする (
git push origin feature/AmazingFeature
) - プルリクエストを開く
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルを参照してください。
接触
あなたの名前 - @your_twitter
プロジェクトリンク: https://github.com/your-username/mcp
This server cannot be installed
Cursor に接続し、LlamaIndex を使用して Linkup および RAG 機能経由でディープ Web 検索を可能にします。