Closed acha5066 closed 11 months ago
USER_GUIDE.md.
Regarding DCO I did signoff with Andrew Chappell and changed my username like: git config --global user.name "Andrew Chappell"
so not sure why that isn't reflected. It keeps associating with andrew.chappell :thinking:
Attention: 84 lines
in your changes are missing coverage. Please review.
Comparison is base (
9ebb183
) 24.19% compared to head (e55cd04
) 25.99%.:exclamation: Current head e55cd04 differs from pull request most recent head 8a516e5. Consider uploading reports for the commit 8a516e5 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
DCO should be fine now
@shyim Got some time to CR this?
Description
This PR implements the model, model group and connector apis from the ML Commons API so that developers can set up connectors to 3rd party tools like OpenAI as described here: https://github.com/opensearch-project/ml-commons/blob/main/docs/remote_inference_blueprints/openai_connector_embedding_blueprint.md
Issues Resolved
Closes #169
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.