Set Search Thresholds for different type of documents

I’ve been using hybrid vectors for searching through my large set of documents, and was wondering if there is a way to set a priority order for each document type? Illustrating the issue better:

I have 3 doc types: official documentation, articles & forum QnA. Given a query, I want to prioritise the search in official doc & then articles & QnA.

Is there any tunable hyper parameter in the retrieval method in pinecone to accommodate this?