Class UpsertVector

java.lang.Object
io.quarkiverse.langchain4j.pinecone.runtime.UpsertVector

public class UpsertVector extends Object
Represents a vector passed to the UPSERT operation.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getValues

      public float[] getValues()
    • getMetadata

      public Map<String,String> getMetadata()