Class RedisSchema

java.lang.Object
io.quarkiverse.langchain4j.redis.runtime.RedisSchema

public class RedisSchema extends Object
  • Constructor Details

  • Method Details

    • getIndexName

      public String getIndexName()
    • getPrefix

      public String getPrefix()
    • getVectorFieldName

      public String getVectorFieldName()
    • getScalarFieldName

      public String getScalarFieldName()
    • getMetadataFields

      public List<String> getMetadataFields()
    • getVectorAlgorithm

      public VectorAlgorithm getVectorAlgorithm()
    • getDimension

      public Long getDimension()
    • getMetricType

      public MetricType getMetricType()
    • defineFields

      public void defineFields(io.vertx.mutiny.redis.client.Request args)