-
Notifications
You must be signed in to change notification settings - Fork 186
Add colpali blueprint #4130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add colpali blueprint #4130
Conversation
Signed-off-by: Mingshi Liu <[email protected]>
| ``` | ||
| After creating the role, copy its ARN. You will need it to create the connector. | ||
|
|
||
| #### c. Map the IAM Role in OpenSearch Dashboards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplication to the step 2.A. or the 2.A can be deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.A is for an open source domain, if you look closer, we use aws signature for credentials. but if using AWS domain, we need iam role.
"access_key": "{{access_key}}",
"secret_key": "{{secret_key}}",
"session_token": "{{session_token}}"
docs/remote_inference_blueprints/sagemaker_connector_copali_blueprint.md
Outdated
Show resolved
Hide resolved
docs/remote_inference_blueprints/sagemaker_connector_copali_blueprint.md
Show resolved
Hide resolved
Signed-off-by: Mingshi Liu <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4130 +/- ##
============================================
- Coverage 81.80% 81.80% -0.01%
+ Complexity 8847 8846 -1
============================================
Files 761 761
Lines 38099 38099
Branches 4250 4250
============================================
- Hits 31168 31165 -3
- Misses 5110 5113 +3
Partials 1821 1821
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Add colpali blueprint
https://huggingface.co/vidore/colpali-v1.3-hf
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.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.