Semantic Search for Code: Finding Functions, Classes, and Documentation
Build a semantic code search engine that finds relevant functions and classes by intent rather than identifier names, using code-specific embeddings from CodeBERT and AST-aware parsing to understand code structure.