OpenAIEmbeddingsResult
Hereda
Propiedades calculadas
Propiedad | Tipo | Descripción |
---|---|---|
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. |