Search within a collection using knowledge search.
Supports different search types:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workspace ID
Request schema for knowledge search.
Search query string
ID of the collection to search in
Type of search to perform
vector, keyword, hybrid Additional filters to apply
Maximum number of results to return
1 <= x <= 100Successful Response
Response schema for knowledge search.
List of search results
Total number of results found
Original search query
Type of search performed
vector, keyword, hybrid Collection that was searched
Search execution time in milliseconds