I’d be interested in this as well. How can we bring our own vectors, define a collection with one (or more) named vector(s) and at the same time use our on embedder / embedding function?
In this case I assume that we have to set the Vectorizer to none. But then - how can we set the named vector(s)?
vectorizer_config=wc.Configure.Vectorizer.none(),
I guess that there is a relation to this thread here.