Class RetrievalParam

java.lang.Object
dev.langchain4j.store.embedding.vearch.RetrievalParam
Direct Known Subclasses:
RetrievalParam.BINARYIVFParam, RetrievalParam.FLAT, RetrievalParam.GPUParam, RetrievalParam.HNSWParam, RetrievalParam.IVFFLATParam, RetrievalParam.IVFPQParam

public abstract class RetrievalParam extends Object
As a constraint of all engine type only
See Also:
  • Field Details

  • Constructor Details

    • RetrievalParam

      protected RetrievalParam()
    • RetrievalParam

      protected RetrievalParam(MetricType metricType)
  • Method Details

    • getMetricType

      public MetricType getMetricType()