Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-07-19 15:58:20 -07:00
parent 0160f8f2f1
commit 67e6b9ee6d

View File

@@ -331,7 +331,7 @@ Youll need to use [dimensionality reduction](https://en.wikipedia.org/wiki/Di
#### Why isnt a query using an index?
The cost estimates 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 did not always work well with the planner. You can encourage the planner to use an index for a query with:
```sql
BEGIN;