You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickstart: Vector search in Azure AI Search using TypeScript
description
Demonstrates vector search capabilities using Azure AI Search with HNSW algorithm.
products
azure
azure-cognitive-search
urlFragment
typescript-vector-quickstart
Quickstart: Vector search in Azure AI Search using TypeScript
This sample demonstrates the fundamentals of vector search, including creating a vector index, loading documents with embeddings, and running vector and hybrid queries.
What's in this sample
File
Description
package.json
Project file that defines dependencies
tsconfig.json
TypeScript compiler configuration
sample.env
Environment variable template for configuration
src/createIndex.ts
Creates a search index with vector field configurations