共用方式為


VectorEmbedding interface

表示向量內嵌。 向量內嵌可用來定義檔中的向量欄位。

屬性

dataType

向量的數據類型。

dimensions

向量中的維度數目。

distanceFunction

用於向量之間距離計算的 distance 函式。

path

檔中向量欄位的路徑。

屬性詳細資料

dataType

向量的數據類型。

dataType: VectorEmbeddingDataType

屬性值

dimensions

向量中的維度數目。

dimensions: number

屬性值

number

distanceFunction

用於向量之間距離計算的 distance 函式。

distanceFunction: VectorEmbeddingDistanceFunction

屬性值

path

檔中向量欄位的路徑。

path: string

屬性值

string