Type alias CohereEmbedRequest

CohereEmbedRequest: {
    model: CohereModel | string;
    texts: readonly string[];
    truncate: string;
}

Type declaration

  • model: CohereModel | string
  • texts: readonly string[]
  • truncate: string