-
Notifications
You must be signed in to change notification settings - Fork 140
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 tutorial for CFN template integration #2161
Conversation
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2161 +/- ##
============================================
- Coverage 81.86% 81.85% -0.02%
Complexity 5659 5659
============================================
Files 543 543
Lines 22857 22857
Branches 2350 2350
============================================
- Hits 18712 18709 -3
- Misses 3206 3209 +3
Partials 939 939
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
Keep other fields as default value if not mentioned below: | ||
1. You must fill your "Amazon OpenSearch Endpoint" | ||
2. You must fill your "SageMaker Endpoint Url". |
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.
Add "For example, https://runtime.sagemaker.us-east-1.amazonaws.com/endpoints//invocations" as an example of the url?
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.
I think the screenshot has the example
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.
Some comments.
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
docs/tutorials/aws/semantic_search_with_CFN_template_for_Sagemaker.md
Outdated
Show resolved
Hide resolved
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* add tutorial for CFN template integration Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Apply suggestions from code review Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add tutorial for bedrock cohere embedding model Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> (cherry picked from commit 51cc4e4)
* add tutorial for CFN template integration Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Apply suggestions from code review Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add tutorial for bedrock cohere embedding model Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> (cherry picked from commit 51cc4e4) Co-authored-by: Yaliang Wu <ylwu@amazon.com>
* add tutorial for CFN template integration Signed-off-by: Yaliang Wu <ylwu@amazon.com> * Apply suggestions from code review Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Yaliang Wu <ylwu@amazon.com> * add tutorial for bedrock cohere embedding model Signed-off-by: Yaliang Wu <ylwu@amazon.com> --------- Signed-off-by: Yaliang Wu <ylwu@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Description
Add tutorial for CFN template integration
Issues Resolved
[List any issues this PR will resolve]
Check List
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.