Skip to content

Commit 1b7f077

Browse files
Copilotdiberry
andcommitted
Simplify .NET project branding to match TypeScript
Co-authored-by: diberry <41597107+diberry@users.noreply.github.com>
1 parent 40cfbce commit 1b7f077

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ai/vector-search-dotnet/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Azure DocumentDB Vector Search - .NET 8",
2+
"name": "Cosmos DB Vector Search - .NET 8",
33
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
44

55
"features": {

ai/vector-search-dotnet/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# Azure Cosmos DB MongoDB vCore - Vector Search Sample
1+
# Cosmos DB Vector Search Sample
22

3-
This .NET 8.0 sample application demonstrates vector similarity searches using Azure Cosmos DB for MongoDB vCore with different vector search algorithms (IVF, HNSW, and DiskANN). The application uses hotel data and text embeddings generated by Azure OpenAI.
3+
This .NET 8.0 sample application demonstrates vector similarity searches using Cosmos DB with different vector search algorithms (IVF, HNSW, and DiskANN). The application uses hotel data and text embeddings generated by Azure OpenAI.
44

55
## Features
66

77
- Generate vector embeddings for hotel descriptions using Azure OpenAI
88
- Compare performance across IVF, HNSW, and DiskANN vector search algorithms
9-
- Seamless integration with Azure Cosmos DB and Azure OpenAI services
9+
- Seamless integration with Cosmos DB and Azure OpenAI services
1010
- Interactive menu-driven application
1111

1212
## Prerequisites
1313

1414
### Azure Services
1515

16-
- Azure Cosmos DB for MongoDB vCore account
16+
- Cosmos DB account
1717
- Azure OpenAI Service with text-embedding-ada-002 model deployed
1818

1919
### Development Environment
2020

2121
- .NET 8.0 SDK
2222
- Visual Studio Code or Visual Studio 2022
2323
- Azure CLI
24-
- [Azure DocumentDB for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-documentdb)
24+
- [Cosmos DB for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-documentdb)
2525

2626
## Setup
2727

@@ -116,6 +116,6 @@ Update the following in `appsettings.json`:
116116

117117
## Additional Resources
118118

119-
- [Azure Cosmos DB for MongoDB vCore Documentation](https://docs.microsoft.com/azure/cosmos-db/mongodb/vcore/)
119+
- [Cosmos DB Documentation](https://docs.microsoft.com/azure/cosmos-db/mongodb/vcore/)
120120
- [Azure OpenAI Service Documentation](https://docs.microsoft.com/azure/cognitive-services/openai/)
121121
- [.NET MongoDB Driver Documentation](https://mongodb.github.io/mongo-csharp-driver/)

0 commit comments

Comments
 (0)