Open
Description
I'm experimenting with RAGStack ColBERT and have a feature request.
In order to be able to produce a query-passage scoring interpretability visualization like this, it would be handy if the result of ColbertVectorStore.add_texts
also included the top-n list of most contributing tokens, each with a normalized score that would be trivial to color-code in a UI. This could be achieved via an extra parameter include_token_scores: int = 0
Metadata
Metadata
Assignees
Labels
No labels