qdrant/quaterion

[test] Tests for multiple encoders case

Closed this issue · 1 comments

joein commented

We have no a tutorial with several encoders yet.
For this reason we have to reliably cover this functionality with tests as soon as possible.

quaterion-models already has a test for `SwitchEncoder'.

My suggestion is:

  1. either moving it to this repository and cover more cases by adding EncoderHead, TrainableModel etc. here.
  2. or, working on a full demo / research thing, e.g., a kinda Mini CLIP model, or paper search. WDYT @generall?