Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai/vector-stores/tutorial-vector-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This tutorial explores integration of the RAG pattern using OpenAI models and ve

- [.NET 8.0](https://dotnet.microsoft.com/)
- An [Azure Account](https://azure.microsoft.com/free)
- An [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/introduction) service
- An [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/) service
- An [Azure OpenAI](/azure/ai-services/openai/overview) service
- Deploy `text-embedding-ada-002` model for embeddings
- Deploy `gpt-35-turbo` model for chat completions
Expand Down
Loading