📄️ Azure AI Search: NLP at Scale
Azure AI Search is the Cloud system that runs all these same operations covered in previos articles(tokenization, stemming, TF-IDF, embeddings, cosine similarity) across millions of documents, in milliseconds, behind an API.
📄️ Hybrid Search: Building the Pipeline from Scratch
The previous article explained what Azure AI Search does and how its retrieval strategies (full-text, vector, hybrid, semantic reranking) map to the NLP fundamentals covered earlier in the series. This article takes those ideas and turns them into working code.