-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
meilisearch Hybrid Search features are very exciting. It would be cool if the mcp server would support the ``hybrid` object in search request payloads
curl \
-X POST 'http://localhost:7700/indexes/products/search' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer 123456789123456789' \
--data-binary '{
"q": "energymeter",
"hybrid": {
"embedder": "paraphrase-multilingual-MiniLM-L12-v2"
},
"limit": 3,
"showRankingScore": true
}'
Metadata
Metadata
Assignees
Labels
No labels