Open evanjcosgrove opened 4 weeks ago
Hi @evanjcosgrove!
Thank you for your pull request and welcome to our community.
In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.
In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed
. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.
If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!
@evanjcosgrove Thank you very much for the PR-this is awesome stuff!
Can you please sign the CLA so that I may review it?
@init27 thank you for the reminder, I've signed the CLA and look forward to hearing your feedback!
This update include adding support for multiple input formats, improving documentation, and updating dependencies.
Major Enhancements:
Support for Multiple Input Formats:
ingestion.py
) that supports PDF, website, YouTube, and audio file formats. This module includes classes likePDFIngestor
,WebsiteIngestor
,YouTubeIngestor
, andAudioIngestor
to handle different types of input sources.README.md
with detailed usage examples for ingesting content from various sources, including code snippets for each input type.Documentation Improvements:
recipes/quickstart/NotebookLlama/README.md
with step-by-step instructions, updated terminology, and added links to relevant resources.Dependency Updates:
requirements.txt
to include new dependencies likelangchain
,openai-whisper
, andyoutube-dl
, and updated versions for existing dependencies.Detailed Changes:
Ingestion Module:
ingestion.py
: Added support for multiple input formats with classes for PDF, website, YouTube, and audio ingestion.Documentation:
README.md
: Added sections for supported input formats and usage examples.recipes/quickstart/NotebookLlama/README.md
: Improved the quickstart guide with detailed steps and updated terminology.Dependencies:
requirements.txt
: Updated and added new dependencies to support the new ingestion functionalities.