Skip to content
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 support for ingesting content from websites, audio files, YouTube, etc. #750

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

evanjcosgrove
Copy link

@evanjcosgrove evanjcosgrove commented Oct 28, 2024

This update include adding support for multiple input formats, improving documentation, and updating dependencies.

Major Enhancements:

Support for Multiple Input Formats:

  1. Ingestion Module: Added an ingestion module (ingestion.py) that supports PDF, website, YouTube, and audio file formats. This module includes classes like PDFIngestor, WebsiteIngestor, YouTubeIngestor, and AudioIngestor to handle different types of input sources.
  2. Usage Examples: Updated README.md with detailed usage examples for ingesting content from various sources, including code snippets for each input type.

Documentation Improvements:

  1. Quickstart Guide: Enhanced the quickstart guide in recipes/quickstart/NotebookLlama/README.md with step-by-step instructions, updated terminology, and added links to relevant resources.

Dependency Updates:

  1. Requirements: Updated requirements.txt to include new dependencies like langchain, openai-whisper, and youtube-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:

Dependencies:

  • requirements.txt: Updated and added new dependencies to support the new ingestion functionalities.

@facebook-github-bot
Copy link

Hi @evanjcosgrove!

Thank you for your pull request and welcome to our community.

Action Required

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.

Process

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 [email protected]. Thanks!

@init27
Copy link
Contributor

init27 commented Oct 28, 2024

@evanjcosgrove Thank you very much for the PR-this is awesome stuff!

Can you please sign the CLA so that I may review it?

@evanjcosgrove
Copy link
Author

@init27 thank you for the reminder, I've signed the CLA and look forward to hearing your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants