Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-07-19 22:21:12 -07:00
parent 280ec74cbd
commit f210791846

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 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;