Remove convert_to_tensor=True in MultiVectorEncoder, this parameter was removed

#6
by tomaarsen HF Staff - opened

Hello!

This simple PR removes convert_to_tensor=True in the MultiVectorEncoder encode_query/encode_document/encode calls, as I removed this parameter and made a Tensor output the default just prior to the release. I didn't realize these snippets still used this parameter, my apologies!

  • Tom Aarsen
hxssgaa changed pull request status to merged

Sign up or log in to comment