Optional baseURL?: stringThe base URL to use where API requests should go.
Optional dimensions?: numberThe dimensionality of the vector once embedded.
Optional model?: "text-embedding-3-small" | "text-embedding-3-large" | "text-embedding-ada-002" | stringThe model to use.
Optional modelThe model version to use.
Optional type?: "text" | "code" | stringThe type of model to use.
Optional vectorizeWhether to vectorize the collection name.
The configuration for text vectorization using the OpenAI module.
See the documentation for detailed usage.