Home/Vector Databases/azure-search-vector-samples
azure-search-vector-samples logo

azure-search-vector-samples

Azure/azure-search-vector-samples

Code samples for vector search capabilities in Azure AI Search

GraphCanon updated today · GitHub synced today

911 stars378 forksLast push 1w Jupyter Notebook MIT

Decision brief

azure-search-vector-samples offers Jupyter Notebook examples for implementing vector search with Azure AI Search services

Good fit when

  • When developing applications that require advanced semantic search functionalities on unstructured data within the Microsoft ecosystem, as it integrates seamlessly with Azure resources
  • If you aim to exploit pre-built models from Azure Cognitive Services to create embeddings for your content and leverage them via vector search

Avoid when

  • When working in non-Microsoft cloud environments due to its tight integration with Azure services
  • For users who require real-time processing capabilities, as Azure AI Search might not be optimized for low-latency queries compared to specialized vector databases

Observed Jul 17, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Active (13d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

git clone https://github.com/Azure/azure-search-vector-samples

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

This repository offers Jupyter Notebook examples to demonstrate how to implement and utilize vector search within the context of Azure AI Search services.

Capability facts

MCP server
No MCP server detected

Source: repo_scan · Aug 22, 2026

Languages
jupyter notebook, javascript

Source: github.language+package.json · Aug 22, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Aug 22, 2026)

This repository provides Python, C#, REST, and JavaScript code samples for [vector support](https://learn.micro
Source link

Tags

README

Vector samples - Azure AI Search

This repository provides Python, C#, REST, and JavaScript code samples for vector support in Azure AI Search.

There are breaking changes from REST API version 2023-07-01-Preview to newer API versions. These breaking changes also apply to the Azure SDK beta packages targeting that REST API version. See Upgrade REST APIs for migration guidance.

Preview features are available under Supplemental Terms of Use.

demo-python samples

SampleDescription
demo-python readmeA growing collection of notebooks that demonstrate aspects of vector search support, including data chunking and embedding of both text and image content and queries, using a variety of frameworks and techniques.

demo-dotnet samples

SampleDescription
DotNetVectorDemoA .NET console app that calls Azure OpenAI to vectorize data. It then calls Azure AI Search to create, load, and query vector data.
DotNetIntegratedVectorizationDemoA .NET console app that calls Azure AI Search to create an index, indexer, data source, and skillset. An Azure Storage account provides the data. Azure OpenAI is called by the skillset during indexing, and again during query execution to vectorize text queries.
QuantizationAndStorageOptionsA .NET console app that demonstrates narrow data types and built-in scalar quantization, reducing vector index size in memory and on disk. It also disables storage of vectors returned in query response, which you don't need if you're not returning vectors in a query.

demo-java samples

SampleDescription
demo-vectorsA Java console app that calls Azure OpenAI to vectorize data. It then calls Azure AI Search to create, load, and query vector data.
demo-integrated-vectorizationA Java console app that calls Azure AI Search to create an index, indexer, data source, and skillset. An Azure Storage account provides the data. Azure OpenAI is called by the skillset during indexing, and again during query execution to vectorize text queries.

demo-javascript samples

SampleDescription
JavaScriptVectorDemoA single folder contains three code samples. The azure-search-vector-sample.js script calls just Azure OpenAI and is used to generate embeddings for fields in an index. The docs-text-openai-embeddings.js program is an end-to-end code sample that calls Azure OpenAI for embeddings and Azure AI Seach to create, load, and query an index that contains vectors. The query-text-openai-embeddings.js script generates an embedding for a vector query.

Other vector samples and tools

  • azure-ai-search-lab A learning and experimentation lab for trying out various AI-enabled search scenarios in Azure. It includes web application front-end which uses Azure AI Search and Azure OpenAI to execute searches with a variety of options - ranging from simple keyword search, to semantic ranking, vector and hybrid search, and using generative AI to answer search queries in various ways. This allows you to quickly understand what each option does, how it affects the search results, and how various approaches compare against each other.
  • [chat-with-your-data-solution-accelerator](https://github.com/

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.