Skip to content

アプリケーション内で をクリックすると、お使いのDataRobotバージョンに関する全プラットフォームドキュメントにアクセスできます。

ベクターデータベース

プレミアム機能

DataRobotの生成AI機能はプレミアム機能です。詳細については、DataRobotの担当者にお問い合わせください。 DataRobotの試用版では、この機能を制限付きでお試しいただけます。

ベクターデータベースは、チャンクごとに生成された埋め込みを使用してチャンクに分割された、非構造化テキストのコレクションです。 チャンクと埋め込みの両方がデータベースに保存され、取得できます。 ベクターデータベースをオプションとして使用して、LLMレスポンスを特定の情報に基づかせ、 RAG操作中に活用のためにLLMブループリントに割り当てることができます。 The role of the vector database is to enrich the prompt with relevant context before it is sent to the LLM.

ベクターデータベースを操作するためのシンプルなワークフローは次のとおりです。

  1. Import a data source, from which the vector database will be created, to the Data registry.
  2. Add the data source as a vector database to a Use Case.
  3. Set the configuration, embeddings, and chunking.
  4. ベクターデータベースを作成し、 プレイグラウンドのLLMブループリントに追加します。

DataRobot GenAI機能を使用する際のガイダンスについては、 ベクターデータベースに関する注意事項を参照してください。

Working with vector databases includes the following:

トピック 説明
データソースの追加 Add internal and external data sources; actions from the Vector databases tab in the Use Case directory.
ベクターデータベースの作成 Create and configure a vector database.
Versioning vector databases Use versioning to modify vector databases for tracking and fine-tuning.

更新しました 2024年12月5日