Open lsorber opened 1 month ago
Currently, hybrid search executes keyword search and vector search independently, and then combines the results of both with RRF. This could be optimised by implementing a single SQL query that pushes all of this computation to the database.
Related: https://github.com/superlinear-ai/raglite/issues/38
Currently, hybrid search executes keyword search and vector search independently, and then combines the results of both with RRF. This could be optimised by implementing a single SQL query that pushes all of this computation to the database.
Related: https://github.com/superlinear-ai/raglite/issues/38