2 prompts
Build a semantic code search engine using embeddings. Search by intent ('function that validates email') rather than exact text matches.
Build a Retrieval-Augmented Generation pipeline with hybrid search (vector + keyword) and a reranking step for higher precision answers.