semantic_search
Search documents by semantic meaning to find relevant content based on a query, with control over result count.
Instructions
意味的に関連する内容を検索
Args:
query: 検索クエリ
limit: 返す結果の最大数(デフォルト: 5)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |