Hybrid Search

Performs search, using a combination of syntactic and semantic search.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

namespaceenumRequired
The hybrid namespace to search in.
querystringRequiredformat: "text">=1 character<=400 characters
The query string.
limitintegerOptional>=0<=50
The maximum number of items to return in a page. The default is '10'.
semantic_weightdoubleOptional
The weightage for semantic search. Values between 0 and 1 are accepted.

Response

Hybrid search response.
resultslist of objects
The search results.

Errors