共用方式為


VectorEmbedding interface

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

屬性

dataType

表示向量的數據型別。

dimensions

向量中的維度數目。

distanceFunction

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

path

檔中向量欄位的路徑。

屬性詳細資料

dataType

表示向量的數據型別。

dataType: string

屬性值

string

dimensions

向量中的維度數目。

dimensions: number

屬性值

number

distanceFunction

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

distanceFunction: string

屬性值

string

path

檔中向量欄位的路徑。

path: string

屬性值

string