Comment on Better RAG Results with Reciprocal Rank Fusion and Hybrid SearchparentComments−pamelafox2yRe 1) pgvector has an example in the repo that uses a model for re-ranking: https://github.com/pgvector/pgvector-python/blob/master/exam...I'm not using that in my own experiments since I don't want to worry about the performance of running a model on production, but seems worth a try.−esafak2yThat's outside the database, though. This is closer to what I had in mind: https://postgresml.org/blog/how-to-improve-search-results-wi...
Comments
Re 1) pgvector has an example in the repo that uses a model for re-ranking: https://github.com/pgvector/pgvector-python/blob/master/exam...
I'm not using that in my own experiments since I don't want to worry about the performance of running a model on production, but seems worth a try.
That's outside the database, though. This is closer to what I had in mind: https://postgresml.org/blog/how-to-improve-search-results-wi...