Optional
inferenceThe inference url to use where API requests should go. You can use either this OR (passage_inference_url
& query_inference_url
).
Optional
passageThe inference url to use where passage API requests should go. You can use either (this AND query_inference_url) OR inference_url
.
Optional
poolingThe pooling strategy to use.
Optional
queryThe inference url to use where query API requests should go. You can use either (this AND passage_inference_url
) OR inference_url
.
Optional
vectorizeWhether to vectorize the collection name.
The configuration for text vectorization using the Transformers module.
See the documentation for detailed usage.