Embed Configurations

Embed COnfigurations ct as a container to combine multiple configurations for generating an embedding:

  1. Embed API Client: The API Client to use to generate the embedding, this could be a self-hosted model, or it could be a vendor supplied one such as the OpenAI Embeddings API.
  2. Embed Settings: The Settings to use for the mebedding request, this can include the model to use, the token limits, and in the case of Text Collections, the chunk size to use when automatically ingesting content.