-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: llama index data loader construct #714
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #714 +/- ##
==========================================
+ Coverage 92.80% 93.14% +0.34%
==========================================
Files 67 68 +1
Lines 17937 18436 +499
Branches 409 422 +13
==========================================
+ Hits 16646 17172 +526
+ Misses 1291 1264 -27 ☔ View full report in Codecov by Sentry. |
3b1f36a
to
089f224
Compare
Signed-off-by: github-actions <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
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.
nit picks
resources/gen-ai/aws-llama-index-data-loader/docker/sqs_consumer.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Scott Schreckengaust <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
Signed-off-by: Scott Schreckengaust <[email protected]>
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.
LGTM
* defaults for props * add docker for llamaindex data loader * set the platform to amd64 * add llamaindex architecture * allow passing in a VPC * add tests * add enumeration to base class * add headers --------- Signed-off-by: github-actions <[email protected]> Signed-off-by: Scott Schreckengaust <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Alain Krok <[email protected]>
This construct is to load data via LlamaIndex
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.