IntelliJava icon indicating copy to clipboard operation
IntelliJava copied to clipboard

Add embedding function to cohere

Open Barqawiz opened this issue 1 year ago • 0 comments

  • Update the config to include the embedding link.
  • Add embedding function to cohere wrapper.
  • Create embedding input class / or add to the class if created.
  • Create remote embedding class / or update if exist.
  • Create unit testing class.

Embedding api: "/v1/embed"

Code example from the node connector: https://github.com/Barqawiz/IntelliNode/blob/main/IntelliNode/wrappers/CohereAIWrapper.js

Barqawiz avatar May 06 '23 21:05 Barqawiz