diff --git a/README.md b/README.md index 2f83350..7bedb9b 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ SELECT id, content FROM items, plainto_tsquery('hello search') query You can use [Reciprocal Rank Fusion](https://github.com/pgvector/pgvector-python/blob/master/examples/hybrid_search_rrf.py) or a [cross-encoder](https://github.com/pgvector/pgvector-python/blob/master/examples/hybrid_search.py) to combine results. -## Subvector Indexing +## Indexing Subvectors *Unreleased*