Skip to content

Commit eabe970

Browse files
authored
add a comma to line 21
1 parent 1d37469 commit eabe970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)