Thinking Elixir 227: Oban Web Goes Open Source? Avoiding recompilation hell in Elixir with mix xref

How to use Jina embeddings in Elixir with Bumblebee

We wanted to use the Jina embeddings v2 model for an Elixir project but it’s not supported out of the box in Bumblebee. Here, I describe how to implement and verify the Jina model so we can run it in Elixir.

https://bitcrowd.dev/how-to-run-jina-embeddings-in-elixir/

Spoiler alert: it’s probably less work than you expect.