Hi guys, I am wondering whether there is a way to use replicate for embeddings? The background is that I can use Google Colab for creating the embeddings for my documents using an open source model, but how would I go about to use the open source model for query embedding in a deployment scenario? Having an instance running only to embed user queries does not some viable for a side project. I would appreciate any ideas π Thanks in advance!
There isn't a replicate embeddings integration, but there are a ton of other options for embeddings. You can also just straight up implement a custom embeddings class that calls your API