We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554202c commit 6c7f16eCopy full SHA for 6c7f16e
redisvl/utils/vectorize/text/cohere.py
@@ -79,7 +79,7 @@ def __init__(
79
"Provide it in api_config or set the COHERE_API_KEY environment variable."
80
)
81
82
- client = cohere.Client(api_key)
+ client = cohere.Client(api_key, client_name="redisvl")
83
dims = self._set_model_dims(client, model)
84
super().__init__(model=model, dims=dims, client=client)
85
0 commit comments