langtorch
langtorch copied to clipboard
Add embedding support to cohere
can add embedding support for cohere, similar to openai
That would be great!
Currently, there's only a generate endpoint being implemented in CohereAIApi. ai/knowly/langtorch/llm/cohere/CohereAIApi.java
You probably need to add an endpoint there and corresponding sync and async methods in CohereAIService. It would be great if you also add an embedding processor
sure. i'm working on it.
have been quite busy at work, thus didn't have time on this feature.
will see if i'll find time in the future.