awslabs / project-lakechain

:zap: Cloud-native, AI-powered, document processing pipelines on AWS.
https://awslabs.github.io/project-lakechain/
Apache License 2.0
140 stars 22 forks source link

feat(examples): added document quiz pipeline #45

Open babeuh opened 4 months ago

babeuh commented 4 months ago

Description of changes:

Adds a simple example pipeline that generates a list of questions from an arbitrary file that is in one of the following formats: plaintext, PDF, audio, or video (with an audio track).

Checklist

* [ ] Update tests * [ ] Update docs * [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) (`fix: `, `feat: `, `docs: `, ...) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.