- Update Anthropic/Cohere for tools use (#790)
- Update Cohere default LLMs, add examples and update unit tests (#838)
- Retry tests to reduce flakyness (#836)
- Remove support for generate API (#755)
- Add Cohere ranker (#643)
- Fix order of API docs (#447)
This PR will also push the docs to Readme
- Fix tests (#561)
-
fix unit tests
-
try
-
remove flaky check
- Update category slug (#442)
- Review cohere integration (#500)
- Small consistency improvements (#536)
- Disable-class-def (#556)
- Update Cohere integration to use new generic callable (de)serializers for their callback handlers (#453)
- Use
serialize_callable
instead ofserialize_callback_handler
in Cohere (#460)
- Fix linting (#509)
- Fix Cohere tests (#337)
- Cohere inconsistent embeddings and documents lengths (#284)
- [breaking] Use
Secret
for API keys in Cohere components (#386)
- Fix failing
TestCohereChatGenerator.test_from_dict_fail_wo_env_var
test (#393)
-
Fix project urls (#96)
-
Cohere namespace reorg (#271)
- Use
hatch_vcs
to manage integrations versioning (#103)
- [breaking] Rename
model_name
tomodel
in the Cohere integration (#222) - Cohere namespace change (#247)
- Add support for V3 Embed models to CohereEmbedders (#89)