Is your feature request related to a problem? Please describe.
A hybrid retreival approach has been shown to improve RAG performance. Lets use it.
Describe the solution you'd like
The addition of BM25 retrieval into the retrieval functions of the library.
We need some careful consideration, however, on how to do this in a performant manner in Postgres.
Is your feature request related to a problem? Please describe.
A hybrid retreival approach has been shown to improve RAG performance. Lets use it.
Describe the solution you'd like
The addition of BM25 retrieval into the retrieval functions of the library.
We need some careful consideration, however, on how to do this in a performant manner in Postgres.