search_vector_db
Search a vector database with natural language queries to retrieve the most semantically similar documents from an Azure AI Search index, using generated query embeddings to find relevant results.
Instructions
Search the project vector database using semantic similarity.
Generates a vector embedding for the query and returns the most similar documents from the Azure AI Search index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query or reference text to search for. | |
| top_k | No | Number of results to return (default: 5). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |