newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Add support for cohere embeddings. #1115

Closed umaannamalai closed 6 months ago

umaannamalai commented 6 months ago

This PR adds support for cohere.embed-english-v3 and cohere.embed-multilingual-v3 models

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.93s
✅ PYTHON black 4 0 0 2.67s
✅ PYTHON flake8 4 0 1.34s
✅ PYTHON isort 4 0 0 0.34s
✅ PYTHON pylint 4 0 8.95s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_