semantic_search
Search an embeddings index with a query to find semantically similar content.
Instructions
Perform a semantic search on an embeddings index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to find semantically similar content | |
| indexName | Yes | The name of the embeddings index to search |