Package dev.langchain4j.store.embedding.hibernate
package dev.langchain4j.store.embedding.hibernate
-
ClassDescriptionDatabase kind DB2: The IBM DB2 database MARIADB: The MariaDB database MSSQL: The Microsoft SQL Server database MYSQL: The MySQL database POSTGRESQL: The PostgreSQL database ORACLE: The Oracle databaseDistance 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 functionMarks the persistent attribute of an
@Entitythat represents the text for which an embedding vector is created.Marks the persistent attribute of an@Entitythat represents the embedding vector.Hibernate ORM EmbeddingStore ImplementationMarks a persistent attribute of an@Entitythat represents a metadata attribute.Marks the persistent attribute of an@Entitythat represents the unmapped metadata e.g.