RetrievalFilter |
KnowledgeBaseVectorSearchConfiguration.filter() |
Specifies the filters to use on the metadata in the knowledge base data sources before returning results.
|
static RetrievalFilter |
RetrievalFilter.fromAndAll(List<RetrievalFilter> andAll) |
Create an instance of this class with andAll() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromEqualsValue(Consumer<FilterAttribute.Builder> equalsValue) |
Create an instance of this class with equalsValue() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromEqualsValue(FilterAttribute equalsValue) |
Create an instance of this class with equalsValue() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromGreaterThan(Consumer<FilterAttribute.Builder> greaterThan) |
Create an instance of this class with greaterThan() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromGreaterThan(FilterAttribute greaterThan) |
Create an instance of this class with greaterThan() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromGreaterThanOrEquals(Consumer<FilterAttribute.Builder> greaterThanOrEquals) |
|
static RetrievalFilter |
RetrievalFilter.fromGreaterThanOrEquals(FilterAttribute greaterThanOrEquals) |
|
static RetrievalFilter |
RetrievalFilter.fromIn(Consumer<FilterAttribute.Builder> in) |
Create an instance of this class with in() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromIn(FilterAttribute in) |
Create an instance of this class with in() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromLessThan(Consumer<FilterAttribute.Builder> lessThan) |
Create an instance of this class with lessThan() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromLessThan(FilterAttribute lessThan) |
Create an instance of this class with lessThan() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromLessThanOrEquals(Consumer<FilterAttribute.Builder> lessThanOrEquals) |
|
static RetrievalFilter |
RetrievalFilter.fromLessThanOrEquals(FilterAttribute lessThanOrEquals) |
|
static RetrievalFilter |
RetrievalFilter.fromListContains(Consumer<FilterAttribute.Builder> listContains) |
Create an instance of this class with listContains() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromListContains(FilterAttribute listContains) |
Create an instance of this class with listContains() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromNotEquals(Consumer<FilterAttribute.Builder> notEquals) |
Create an instance of this class with notEquals() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromNotEquals(FilterAttribute notEquals) |
Create an instance of this class with notEquals() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromNotIn(Consumer<FilterAttribute.Builder> notIn) |
Create an instance of this class with notIn() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromNotIn(FilterAttribute notIn) |
Create an instance of this class with notIn() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromOrAll(List<RetrievalFilter> orAll) |
Create an instance of this class with orAll() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromStartsWith(Consumer<FilterAttribute.Builder> startsWith) |
Create an instance of this class with startsWith() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromStartsWith(FilterAttribute startsWith) |
Create an instance of this class with startsWith() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromStringContains(Consumer<FilterAttribute.Builder> stringContains) |
Create an instance of this class with stringContains() initialized to the given value.
|
static RetrievalFilter |
RetrievalFilter.fromStringContains(FilterAttribute stringContains) |
Create an instance of this class with stringContains() initialized to the given value.
|