From f210791846fd93cf2f2a7e31103178bfae0b4535 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 19 Jul 2023 22:21:12 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 175bb9f..550a2ef 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ You’ll need to use [dimensionality reduction](https://en.wikipedia.org/wiki/Di #### Why isn’t a query using an index? -The cost estimation in pgvector < 0.4.3 did not always work well with the planner. You can encourage the planner to use an index for a query with: +The cost estimation in pgvector < 0.4.3 does not always work well with the planner. You can encourage the planner to use an index for a query with: ```sql BEGIN;