This endpoint can be used to retrieve top n chunks per query.
The query can be a single string or a list of strings.
The collection field can be used to specify the collection to query, which defaults to base_collection.
An optional integer n can be provided in order to retrieve top n chunks, which defaults to 5 if not specified.
Response: Returns an array of results, one for each input query.
Bearer token authentication
Request serializer for retrieving top n chunks per query.