static VectorSearchOptions.Builder |
VectorSearchOptions.builder() |
Creates a new instance of the Builder class.
|
VectorSearchOptions.Builder |
VectorSearchOptions.Builder.withIncludeTotalCount(boolean includeTotalCount) |
Sets a value indicating whether to include the total count of the results.
|
VectorSearchOptions.Builder |
VectorSearchOptions.Builder.withIncludeVectors(boolean includeVectors) |
Sets a value indicating whether to include vectors in the results.
|
VectorSearchOptions.Builder |
VectorSearchOptions.Builder.withSkip(int skip) |
Sets the offset of the results to return.
|
VectorSearchOptions.Builder |
VectorSearchOptions.Builder.withTop(int top) |
Sets the limit of the number of results to return.
|
VectorSearchOptions.Builder |
VectorSearchOptions.Builder.withVectorFieldName(String vectorFieldName) |
Sets the name of the vector field.
|
VectorSearchOptions.Builder |
VectorSearchOptions.Builder.withVectorSearchFilter(VectorSearchFilter vectorSearchFilter) |
Sets the vector search filter.
|