All Classes and Interfaces

Class
Description
Database kind DB2: The IBM DB2 database MARIADB: The MariaDB database MSSQL: The Microsoft SQL Server database MYSQL: The MySQL database POSTGRESQL: The PostgreSQL database COCKROACHDB: The Cockroach database ORACLE: The Oracle database HANA: The SAP HANA database
Distance function COSINE: The COSINE distance function EUCLIDEAN: The EUCLIDEAN or L2 distance function EUCLIDEAN_SQUARED: The squared EUCLIDEAN distance function MANHATTAN: The MANHATTAN, TAXICAB or L1 distance function INNER_PRODUCT: The INNER_PRODUCT distance function NEGATIVE_INNER_PRODUCT: The NEGATIVE_INNER_PRODUCT distance function HAMMING: The HAMMING distance function JACCARD: The JACCARD distance function
Marks the persistent attribute of an @Entity that represents the text for which an embedding vector is created.
Deprecated, for removal: This API element is subject to removal in a future version.
In favor of EmbeddingVector to avoid naming collisions
 
Marks the persistent attribute of an @Entity that represents the embedding vector.
Hibernate ORM EmbeddingStore Implementation
 
 
 
 
Marks a persistent attribute of an @Entity that represents a metadata attribute.
Marks the persistent attribute of an @Entity that represents the unmapped metadata e.g. a Map or String mapped as JSON.