Class EmbeddingValue

  • All Implemented Interfaces:

    
    public final class EmbeddingValue
    
                        

    Represents embedding data that can be either a list of floats or base64-encoded string. This union type allows for efficient handling of both formats.

    This class is immutable - all instances are thread-safe and cannot be modified after creation.