diff --git a/README.md b/README.md index 87b8e37..4b9519d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ The fastest way to build Python or JavaScript LLM apps with memory!
@@ -184,4 +188,4 @@ export CHROMA_DOTENV_PATH="/path/to/your/.env" #### Embedding Function Environment Variables When using external embedding functions that access an API key, follow the naming convention `CHROMA_<>_API_KEY=""`. -So to set a Cohere API key, set the environment variable `CHROMA_COHERE_API_KEY=""`. We recommend adding this to a .env file somewhere and using the `CHROMA_DOTENV_PATH` environment variable or `--dotenv-path` flag to set that location for safekeeping. +So to set a Cohere API key, set the environment variable `CHROMA_COHERE_API_KEY=""`. We recommend adding this to a .env file somewhere and using the `CHROMA_DOTENV_PATH` environment variable or `--dotenv-path` flag to set that location for safekeeping. \ No newline at end of file