semantic-search
Rank a list of documents by MEANING closeness to a query (cosine similarity over embeddings). Ready-to-use RAG, no need for the agent to run its own vector DB. input='query || doc 1 || doc 2 || ...' (|| separated). [x402: 0.003 USDC on Base, pay-per-use]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | 'consulta || doc1 || doc2 || ...' |