Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FEmbeddingsData Struct Reference

Public Attributes

int32 Index {}
TArray< float > Embedding
FString Object

Member Data Documentation

◆ Embedding

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

◆ Index

int32 FEmbeddingsData::Index {}

The index of the embedding in the list of embeddings.

◆ Object

FString FEmbeddingsData::Object

The object type, which is always "embedding".


The documentation for this struct was generated from the following file: