Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add embedding support to cohere #141

Open
steveny2k opened this issue Jun 19, 2023 · 3 comments
Open

Add embedding support to cohere #141

steveny2k opened this issue Jun 19, 2023 · 3 comments
Labels

Comments

@steveny2k
Copy link

steveny2k commented Jun 19, 2023

can add embedding support for cohere, similar to openai

@li2109
Copy link
Owner

li2109 commented Jun 19, 2023

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

@steveny2k
Copy link
Author

sure. i'm working on it.

@li2109 li2109 added the feature label Jun 21, 2023
@steveny2k
Copy link
Author

have been quite busy at work, thus didn't have time on this feature.

will see if i'll find time in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants