Skip to content

Commit 3a98eda

Browse files
committed
fix(ai): correct the Context Chat embedding API key env var name
The documented name is CC_EM_API_KEY, but context_chat_backend reads CC_EM_APIKEY. An administrator following the docs gets an unauthenticated embedding client with no obvious sign of why. Signed-off-by: Baki Burak Öğün <63836730+bakiburakogun@users.noreply.github.com>
1 parent 834279d commit 3a98eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_manual/ai/app_context_chat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Listed below are the major parts of the system that can be scaled independently
100100
3. The embedding model performance
101101

102102
| The embedding model performance can be scaled by using a hosted embedding service, locally or remotely hosted. It should be able to serve an OpenAI-compatible API.
103-
| The embedding service URL can be set using the environment variable ``CC_EM_BASE_URL`` during deployment in the "Deploy Options". Other options like the model name, api key, or username and password can be set using the environment variables ``CC_EM_MODEL_NAME``, ``CC_EM_API_KEY``, ``CC_EM_USERNAME``, and ``CC_EM_PASSWORD`` respectively.
103+
| The embedding service URL can be set using the environment variable ``CC_EM_BASE_URL`` during deployment in the "Deploy Options". Other options like the model name, api key, or username and password can be set using the environment variables ``CC_EM_MODEL_NAME``, ``CC_EM_APIKEY``, ``CC_EM_USERNAME``, and ``CC_EM_PASSWORD`` respectively.
104104
105105
.. warning::
106106

0 commit comments

Comments
 (0)