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
It looks like currently we have different base classes for Jina and all the other embedding models.
That creates confusing user experience and in general over-complicates usage (see tests, for example).
We need to implement a single common class for all dense text models, which should internally route to the proper internal implementaiton.
The text was updated successfully, but these errors were encountered:
It looks like currently we have different base classes for Jina and all the other embedding models.
That creates confusing user experience and in general over-complicates usage (see tests, for example).
We need to implement a single common class for all dense text models, which should internally route to the proper internal implementaiton.
The text was updated successfully, but these errors were encountered: