Please understand that my questions may be very basic.
If I build and operate a service using a specific embedding model (vectorizer) such as multi2vec-bind, and need to change the embedding model for some reasons (due to new better model or custom model), how can I update the vectorizer model while it’s in service?
Also, in the case above, will all the data stored in the DB become useless? (Is it necessary to vectorize everything again?)
Thank you.