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
At the moment we're using OpenAI's text-embedding-3-large model for embedding document contents. It would be nice to migrate to more open models that can also be self-hosted. Some candidates could be:
jina-embeddings-v4 or v3; we've had some success with v2 in the past but then OpenAI proved to be better.
At the moment we're using OpenAI's
text-embedding-3-largemodel for embedding document contents. It would be nice to migrate to more open models that can also be self-hosted. Some candidates could be: