Cortex > Search Operations
Hybrid Search
POST
Headers
Body
*/* · string
The body is of type string
.
Example:
"\"{\\n \\\"index\\\": \\\"{{test_index_name}}\\\",\\n \\\"searchType\\\": \\\"hybrid\\\",\\n \\\"textQuery\\\": {\\n \\\"query\\\": \\\"{{search_query}}\\\",\\n \\\"fields\\\": [\\\"title\\\", \\\"content\\\"],\\n \\\"operator\\\": \\\"AND\\\"\\n },\\n \\\"vectorQuery\\\": {\\n \\\"vector\\\": [{{test_doc_embeddings}}],\\n \\\"field\\\": \\\"embeddings\\\",\\n \\\"k\\\": 2\\n },\\n \\\"boost\\\": {\\n \\\"text\\\": 0.4,\\n \\\"vector\\\": 0.2\\n },\\n \\\"from\\\": 0,\\n \\\"size\\\": 10\\n}\""
Response
200 - application/json
Successful response
The response is of type any
.