mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-26 11:27:54 -05:00
Support for COLBERT models in RAG #1403
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rjmalagon on GitHub (Jun 29, 2024).
COLBERT models are an alternative to rerank, more complex but less resources needed, and with the correct implementation, maybe higher quality.
As I understand it, has more features than rerank models and needs more consideration to use.
https://huggingface.co/mixedbread-ai/mxbai-colbert-large-v1
I'm already trying to use colbert models similar to rerank models on open-webui. It seems to work, but I have doubt that it is correct to replace rerank with colbert directly.
Perhaps, possibly I am wrong about this, and colbert can be used just like a reranker, but I bring this as a feature request just in case.