OpenAIEmbeddings constructor

OpenAIEmbeddings(
  1. OpenAIClient client,
  2. OpenAIConfig config
)

Implementation

OpenAIEmbeddings(this.client, this.config);