Skip to content

Commit eae316f

Browse files
authored
Make Learn links relative (#52950)
1 parent aacdff6 commit eae316f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ai/vector-stores/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For example, you can use a vector database to:
2222

2323
Vector databases provide vector search capabilities to find similar items based on their data characteristics rather than by exact matches on a property field. Vector search works by analyzing the vector representations of your data that you created using an AI embedding model such as the [Azure OpenAI embedding models](/azure/ai-services/openai/concepts/models#embeddings-models). The search process measures the distance between the data vectors and your query vector. The data vectors that are closest to your query vector are the ones that are most similar semantically.
2424

25-
Most modern database products support vector search alongside traditional querying; this is the case with [Azure SQL/SQL Server](https://learn.microsoft.com/sql/sql-server/ai/vectors), [Azure Cosmos DB](https://learn.microsoft.com/azure/cosmos-db/vector-database), [PostgreSQL](https://github.com/pgvector/pgvector-dotnet) and many other major products. As an alternative, a wide area of dedicated, specialized vector database products exist; these are highly optimized to perform vector search, and are typically installed alongside a traditional database exclusively to handle vector search workloads.
25+
Most modern database products support vector search alongside traditional querying; this is the case with [Azure SQL/SQL Server](/sql/sql-server/ai/vectors), [Azure Cosmos DB](/azure/cosmos-db/vector-database), [PostgreSQL](https://github.com/pgvector/pgvector-dotnet), and many other major products. As an alternative, a wide range of dedicated, specialized vector database products exist. These products are highly optimized to perform vector search, and are typically installed alongside a traditional database exclusively to handle vector search workloads.
2626

2727
## Vector search workflows with .NET and OpenAI
2828

0 commit comments

Comments
 (0)