Skip to main content
The library supports usage of Cohere-AI embed-english-v2.0 embedding model out of the box. This model returns vectors with dimension 4096. Here’s what you have to do to use it -
  • Sign up for an account with Cohere-AI, go to the API Keys section and copy / create an API_KEY.
  • Set the key in the environment variable COHERE_API_KEY

Install Cohere addon

Usage