|
|
|
|
|
by mbreese
76 days ago
|
|
While we’re talking about filtering — is there a way to set a WHERE clause when you’re setting up the index? I’ve been working on this a lot recently for a hybrid vector search in pg. One of the things that I’m running up against is setting a good BM25 index for a subset of a table (the where clause). I have a document subsets with very different word frequencies, so I’m trying to make sure that the search works on a set subset. I think I can also setup partitions for this, but while you’re here… I’m very excited to start to roll this out. |
|