OpenAIEmbeddingsResult
継承元
計算プロパティ
プロパティ | 型 | 説明 |
---|---|---|
model | Text | Returns the model used to compute the embedding |
vector | 4D.Vector | Returns the first 4D.Vector from the vectors collection. |
vectors | Collection | Returns a collection of 4D.Vector . |
embedding | OpenAIEmbedding | Returns the first OpenAIEmbedding from the embeddings collection. |
embeddings | Collection | Returns a collection of OpenAIEmbedding. |