Start here. This is the direct spoken answer to practice first.
Overview
Keyword and vector retrieval fail differently, which makes their combination useful for many corpora.
Keyword search is strong for exact terms, identifiers, names, and rare phrases, while vector search can find semantically related text with different wording. Hybrid search runs both and combines their ranked results. I choose among them using a query set from the real domain rather than assuming vector search always improves relevance.