name stringclasses 1 value | description stringclasses 1 value | type stringclasses 1 value | fields dict | parameter dict |
|---|---|---|---|---|
cardiology_search | Search cardiology database containing EKG measurements, arrhythmia guidelines, cardiac physiology, heart failure management, and acute MI case studies. | EmbeddingCollectionSearchTool | {
"collection": "cardiology_tutorial"
} | {
"properties": {
"alpha": {
"default": 0.5,
"type": "number"
},
"method": {
"default": "hybrid",
"enum": [
"keyword",
"embedding",
"hybrid"
],
"type": "string"
},
"query": {
"description": "Search query",
"type": "string"
},
"top_k": {
"default": 10,
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.