Skip to content

Commit a475a40

Browse files
authored
Merge pull request #39 from PatAltimore/patricka-metadata
Add sample browser metadata
2 parents 432830f + 2fb3b1f commit a475a40

6 files changed

Lines changed: 72 additions & 0 deletions

File tree

ai/vector-search-agent-go/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
---
3+
page_type: sample
4+
name: "DocumentDB Vector Search for Go"
5+
description: This sample demonstrates building an intelligent AI agent using Go with Azure DocumentDB vector search capabilities. The agent provides hotel recommendations based on user queries by leveraging a two-agent architecture: a planner agent for query refinement and vector search, and a synthesizer agent for comparative analysis of results.
6+
urlFragment: vector-search-go
7+
languages:
8+
- go
9+
products:
10+
- azure
11+
---
12+
-->
113
# AI Agent with Vector Search Sample using Go and Azure DocumentDB
214

315
This sample demonstrates building an intelligent AI agent using Go with Azure DocumentDB vector search capabilities. The agent provides hotel recommendations based on user queries by leveraging a two-agent architecture: a planner agent for query refinement and vector search, and a synthesizer agent for comparative analysis of results.

ai/vector-search-dotnet/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
---
3+
page_type: sample
4+
name: "DocumentDB Vector Search for .NET"
5+
description: This .NET 8.0 sample application demonstrates vector similarity searches using Azure DocumentDB with different vector search algorithms (IVF, HNSW, and DiskANN). The application uses hotel data and text embeddings generated by Azure OpenAI.
6+
urlFragment: vector-search-dotnet
7+
languages:
8+
- csharp
9+
products:
10+
- azure
11+
---
12+
-->
113
# DocumentDB Vector Search Sample
214

315
This .NET 8.0 sample application demonstrates vector similarity searches using Azure DocumentDB with different vector search algorithms (IVF, HNSW, and DiskANN). The application uses hotel data and text embeddings generated by Azure OpenAI.

ai/vector-search-go/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
---
3+
page_type: sample
4+
name: "DocumentDB Vector Search for Go"
5+
description: This sample demonstrates vector search capabilities using Azure DocumentDB with Go. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF, along with utilities for embedding generation and data management.
6+
urlFragment: vector-search-go
7+
languages:
8+
- go
9+
products:
10+
- azure
11+
---
12+
-->
113
# Azure DocumentDB Vector Samples (Go)
214

315
This project demonstrates vector search capabilities using Azure DocumentDB with Go. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF, along with utilities for embedding generation and data management.

ai/vector-search-java/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
---
3+
page_type: sample
4+
name: "DocumentDB Vector Search for Java"
5+
description: This sample demonstrates vector search capabilities using Azure DocumentDB with Java. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF.
6+
urlFragment: vector-search-java
7+
languages:
8+
- java
9+
products:
10+
- azure
11+
---
12+
-->
113
# DocumentDB Vector Samples (Java)
214

315
This project demonstrates vector search capabilities using Azure DocumentDB with Java. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF.

ai/vector-search-python/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
---
3+
page_type: sample
4+
name: "DocumentDB Vector Search for Python"
5+
description: This sample demonstrates vector search capabilities using Azure DocumentDB with Python. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF, along with utilities for embedding generation and data management.
6+
urlFragment: vector-search-python
7+
languages:
8+
- python
9+
products:
10+
- azure
11+
---
12+
-->
113
# DocumentDB Vector Samples (Python)
214

315
This project demonstrates vector search capabilities using Azure DocumentDB with Python. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF, along with utilities for embedding generation and data management.

ai/vector-search-typescript/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
---
3+
page_type: sample
4+
name: "DocumentDB Vector Search for TypeScript"
5+
description: This sample demonstrates vector search capabilities using Azure DocumentDB with TypeScript/Node.js. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF, along with utilities for embedding generation and data management.
6+
urlFragment: vector-search-typescript
7+
languages:
8+
- typescript
9+
products:
10+
- azure
11+
---
12+
-->
113
# DocumentDB Vector Samples (TypeScript)
214

315
This project demonstrates vector search capabilities using Azure DocumentDB with TypeScript/Node.js. It includes implementations of three different vector index types: DiskANN, HNSW, and IVF, along with utilities for embedding generation and data management.

0 commit comments

Comments
 (0)