cohere-ai / cohere-python

Python Library for Accessing the Cohere API
https://docs.cohere.ai
MIT License
278 stars 60 forks source link

Embed job does not accept an array of texts #510

Closed rgb-panda closed 2 months ago

rgb-panda commented 2 months ago

I'm using the embed job to embed my documents, and I have an array of strings. I tried to use the text field but it only supports strings, and the texts field isn't supported.

In comparison the regular embed api supports texts by default

billytrend-cohere commented 2 months ago

did you get this sorted @rgb-panda ?