Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jinjing Zhou <[email protected]>
  • Loading branch information
VoVAllen committed Jun 4, 2024
1 parent bc05550 commit ef2d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ cargo pgrx package # if you want to package `pg_bestmatch`
```

## Comparison with pg_search
- `pg_bestmatch.rs` only provides methods for generating sparse vectors and does not support index-based search (which can be acheived by pgvecto.rs or pgvector).
- `pg_bestmatch.rs` only provides methods for generating sparse vectors and does not support index-based search (which can be achieved by pgvecto.rs or pgvector).
- `pg_search` performs BM25 retrieval via the external `tantivy` engine, which may have limitations when combined with transactions, filters, or JOIN operations. Since `pg_bestmatch.rs` is entirely native to Postgres, it offers full compatibility with these operations inside postgres.

## Reference
Expand Down

0 comments on commit ef2d800

Please sign in to comment.