OptionaldimensionsThe number of dimensions for the generated embeddings.
OptionalinferenceThe inference url to use where API requests should go. You can use either this OR (passage_inference_url & query_inference_url).
OptionalpassageThe inference url to use where passage API requests should go. You can use either (this AND query_inference_url) OR inference_url.
OptionalpoolingThe pooling strategy to use.
OptionalqueryThe inference url to use where query API requests should go. You can use either (this AND passage_inference_url) OR inference_url.
OptionalvectorizeWhether to vectorize the collection name.
The configuration for text vectorization using the Transformers module.
See the documentation for detailed usage.