name
stringclasses 1
value | description
stringclasses 1
value | type
stringclasses 1
value | fields
dict | parameter
dict |
|---|---|---|---|---|
toy_search
|
Search a local embedding collection by keyword, meaning, or hybrid similarity.
|
EmbeddingCollectionSearchTool
|
{
"collection": "toy"
}
|
{
"properties": {
"alpha": {
"default": 0.5,
"description": "Hybrid mix (0..1)",
"type": "number"
},
"method": {
"default": "hybrid",
"enum": [
"keyword",
"embedding",
"hybrid"
],
"type": "string"
},
"query": {
"description": "Search text",
"type": "string"
},
"top_k": {
"default": 5,
"type": "integer"
}
},
"required": [
"query"
],
"type": "object"
}
|
No dataset card yet
- Downloads last month
- 30