VectorSearchOptions
in package
Table of Contents
- $vectorQueryCombination : string|null
- build() : VectorSearchOptions
- Static helper to keep code more readable
- vectorQueryCombination() : VectorSearchOptions
- Sets how the vector query results are combined.
Properties
$vectorQueryCombination
private
string|null
$vectorQueryCombination
= null
Methods
build()
Static helper to keep code more readable
public
static build() : VectorSearchOptions
Tags
Return values
VectorSearchOptions —vectorQueryCombination()
Sets how the vector query results are combined.
public
vectorQueryCombination(string $vectorQueryCombination) : VectorSearchOptions
Parameters
- $vectorQueryCombination : string