Annotation Interface Embedding
Marks the persistent attribute of an
@Entity that represents
the embedding vector.
By default, a 32-bit floating point vector is assumed.
To override the vector type, annotate e.g. @JdbcTypeCode(SqlTypes.VECTOR_FLOAT16).- See Also: