Does Pre-filtering supported? #3749
|
When I filter with a "WHERE" in a query, does filtering applied before or after the semantic search? |
Answered by
philippemnoel
Dec 12, 2025
Replies: 1 comment 4 replies
|
All of the filters defined in your
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We (ParadeDB) make the BM25 index, a Postgres index used for full-text search (keyword, facets). We do ship pgvector and support semantic search with it, but don't do any optimizations there (yet). We may ship improved vector search as part of our index at some point, but for now it is vanilla pgvector.