Class Neo4jEmbedding

java.lang.Object
org.apache.camel.component.neo4j.Neo4jEmbedding

public class Neo4jEmbedding extends Object
Class that represents the embedding to persist when using LangChain4j - The names of the properties correspond to the ones in LangChain4j project for compatibility.
  • Constructor Details

    • Neo4jEmbedding

      public Neo4jEmbedding(String id, String text, float[] vectors)
  • Method Details

    • getId

      public String getId()
    • getText

      public String getText()
    • getVectors

      public float[] getVectors()