Implements high-performance full-text, vector, and hybrid search capabilities using the Azure AI Search .NET SDK.
This skill provides comprehensive implementation patterns and best practices for integrating Azure AI Search into .NET applications using the Azure.Search.Documents library. It covers the complete lifecycle of search development, including secure authentication with Azure Identity, type-safe index creation using FieldBuilder attributes, and efficient document batch operations. Developers can leverage this skill to implement advanced search features such as vector-based retrieval for RAG applications, semantic ranking for improved relevance, and faceted navigation for complex data discovery scenarios.
주요 기능
01Advanced query patterns for facets, suggestions, and autocomplete
0231,721 GitHub stars
03Secure authentication using DefaultAzureCredential
04Type-safe index creation using FieldBuilder and model attributes
05Full-text, vector, semantic, and hybrid search implementation
06Comprehensive document operations for batch upserts and deletes
사용 사례
01Implementing enterprise-grade search for large-scale document repositories
02Building RAG (Retrieval-Augmented Generation) backends for .NET AI applications
03Adding faceted navigation and autocomplete to e-commerce platforms