Package dev.langchain4j.store.embedding.hibernate


package dev.langchain4j.store.embedding.hibernate
  • 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 ORACLE: The Oracle 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.
    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.