VectorSearchOptions Constructor
VectorSearchOptions(bool, bool, int, IDictionary<string, string>)
Initializes a new instance of the VectorSearchOptions class with the specified options.
Declaration
public VectorSearchOptions(bool includeValue = false, bool includeVectors = false, int limit = 0, IDictionary<string, string> hints = null)
Parameters
| bool | includeValue | Whether to include values in the search results. |
| bool | includeVectors | Whether to include vectors in the search results. |
| int | limit | The maximum number of results to return. |
| IDictionary<string, string> | hints | Additional hints for the search. |