Overview
Returns state and asearch function for finding users by natural language query. Matches against user profile text (name, username, bio, etc.) using vector similarity.
For integration guidance, see Semantic Search.
Usage Example
Parameters
Callsearch with:
The natural language query string.
Maximum number of results to return.
Returns
Ranked user results.
true while a search is in progress.Error message if the last search failed.
Executes the search and updates
results.Clears
results and error.
