Class VaultCreateParams.EmbeddingModel

  • All Implemented Interfaces:
    dev.case.api.core.Enum

    
    public final class VaultCreateParams.EmbeddingModel
     implements Enum
                        

    Optional embedding model for this vault. Defaults to openai/text-embedding-3-small. Determines the S3 Vectors index dimension and which model is used at both ingest and search time. The vault is locked to this model after creation — use a re-embed flow to change later. Ignored when enableIndexing is false.