From 6dad8460a67bf7f122b9bd631fc649abf8e4b262 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 22 Apr 2024 10:45:41 -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 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*