Type alias CohereEmbedResponse

CohereEmbedResponse: {
    embeddings: number[][];
    id: string;
    model: string;
    texts: string[];
}

Type declaration

  • embeddings: number[][]
  • id: string
  • model: string
  • texts: string[]