|
Unreal OpenAI API 1.0.0
|
Public Attributes | |
| int32 | Index {} |
| TArray< float > | Embedding |
| FString | Object |
| TArray<float> FEmbeddingsData::Embedding |
The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide: https://platform.openai.com/docs/guides/embeddings
| int32 FEmbeddingsData::Index {} |
The index of the embedding in the list of embeddings.
| FString FEmbeddingsData::Object |
The object type, which is always "embedding".