CosmosDBIndex interface
CosmosDB ベクター ストア インデックスの定義
- Extends
-
@azure/ai-projects.Index
プロパティ
| connection |
CosmosDB への接続の名前 |
| container |
CosmosDB コンテナーの名前 |
| database |
CosmosDB データベースの名前 |
| embedding |
埋め込みモデルの設定 |
| field |
フィールドマッピングの設定 |
| type | インデックスの種類 |
継承されたプロパティ
| description | 資産の説明テキスト。 |
| id | アセット ID: アセットの一意の識別子 |
| name | リソースの名前 |
| tags | タグ ディクショナリ。 タグは追加、削除、更新できます。 |
| version | リソースのバージョン |
プロパティの詳細
connectionName
CosmosDB への接続の名前
connectionName: string
プロパティ値
string
containerName
CosmosDB コンテナーの名前
containerName: string
プロパティ値
string
databaseName
CosmosDB データベースの名前
databaseName: string
プロパティ値
string
embeddingConfiguration
fieldMapping
type
インデックスの種類
type: "CosmosDBNoSqlVectorStore"
プロパティ値
"CosmosDBNoSqlVectorStore"
継承されたプロパティの詳細
description
id
tags
タグ ディクショナリ。 タグは追加、削除、更新できます。
tags?: Record<string, string>
プロパティ値
Record<string, string>
継承元Index.tags