You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size of each queue is set to the size parameter provided in the query, which is the same as when using hybrid query without collapse. However, we are storing a lot more documents than in hybrid search without collapse because there are multiple queues instead of a single queue.
We should add a setting that allows users to control the number of documents that are stored in each queue. Lowering this setting would prioritize latency over recall, while raising the setting would do the opposite. This setting would allow users the ability to customize for their individual use case.