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
Currently, we have three, Encoder, EncoderWithSimilarity, EncoderWithConversationEncode.
Encoder and EncoderWithSimilarity can be combined, mentioning that similarity encodes are optional.
Encode conversation is trickier. A proposed solution is to introduce a Document, which is essentially a string if asked to be a string (implement a default aggregation), however, it is possible that the model can handle it as a conversation (would also solve the cases where retrieval documents can have titles and a body.
The text was updated successfully, but these errors were encountered:
KennethEnevoldsen
changed the title
Combine different version of the Encoder interface
Combine different version of the Encoder interface [v2]
Jan 8, 2025
Currently, we have three, Encoder, EncoderWithSimilarity, EncoderWithConversationEncode.
Encoder and EncoderWithSimilarity can be combined, mentioning that similarity encodes are optional.
Encode conversation is trickier. A proposed solution is to introduce a Document, which is essentially a string if asked to be a string (implement a default aggregation), however, it is possible that the model can handle it as a conversation (would also solve the cases where retrieval documents can have titles and a body.
The text was updated successfully, but these errors were encountered: