search_text
Search German public procurement tenders using semantic text queries. The tool embeds queries locally and matches them against tender data via cosine similarity to find relevant procurement opportunities.
Instructions
Search tenders by text query. The query is embedded locally using multilingual-e5-small and matched against tender chunks via cosine similarity on the REST API. German text works best for matching German procurement data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Number of results to return (default: 10) | |
| query | Yes | Text query to search for (German works best). The query is embedded locally and matched against tender chunks via cosine similarity. |