Method that selects which examples to use based on semantic similarity. It performs a similarity search in the vectorStore using the input variables and returns the examples with the highest similarity.
| Name | Type | Description |
|---|---|---|
inputVariables* | Record<string, T> | The input variables used for the similarity search. |