Skip to content

Commit 259ebd5

Browse files
Merge pull request #267813 from ktuszynska/patch-8
Update how-to-optimize-performance-pgvector.md
2 parents 782ddfe + eabe970 commit 259ebd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/how-to-optimize-performance-pgvector.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to optimize performance when using pgvector
3-
description: How to optimize performance when using pgvector on Azure Database for PostgreSQL - Flexible Server.
2+
title: Optimize performance of vector data on Azure Database for PostgreSQL deployed with pgvector.
3+
description: Best practices to optimize performance pgvector enabled vector database queries and indexes on Azure Database for PostgreSQL.
44
ms.author: adamwolk
55
author: mulander
66
ms.service: postgresql
@@ -18,7 +18,7 @@ ms.date: 01/16/2024
1818

1919
The `pgvector` extension adds an open-source vector similarity search to Azure Database for PostgreSQL flexible server.
2020

21-
This article explores the limitations and tradeoffs of [`pgvector`](https://github.com/pgvector/pgvector) and shows how to use partitioning, indexing and search settings to improve performance.
21+
This article explores the limitations and tradeoffs of [`pgvector`](https://github.com/pgvector/pgvector) and shows how to use partitioning, indexing, and search settings to improve performance.
2222

2323
For more on the extension itself, see [basics of `pgvector`](how-to-use-pgvector.md). You might also want to refer to the official [README](https://github.com/pgvector/pgvector/blob/master/README.md) of the project.
2424

0 commit comments

Comments
 (0)