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

Feature/move to adapter model rebased #203

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

emrgnt-cmplxty
Copy link
Contributor

@emrgnt-cmplxty emrgnt-cmplxty commented Mar 25, 2024

Ellipsis 🚀 This PR description was created by Ellipsis for commit 820bb28.

Summary:

This PR introduces a new adapter model to the R2R project, updating the BasicIngestionPipeline to use these adapters for data processing, and includes end-to-end tests for the new functionality.

Key points:

  • Introduced a new Adapter abstract base class and several concrete implementations for different data types (text, JSON, HTML, PDF) in r2r/core/adapters/base.py.
  • Updated BasicIngestionPipeline in r2r/pipelines/basic/ingestion.py to use the new adapters for data processing.
  • Added end-to-end tests for the new functionality in r2r/tests/end_to_end.py.
  • Updated poetry.lock with new dependencies required by the adapters.

Generated with ❤️ by ellipsis.dev

@emrgnt-cmplxty emrgnt-cmplxty merged commit dfafb40 into main Mar 25, 2024
1 of 2 checks passed
Copy link

vercel bot commented Mar 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
r2r-docs 🔄 Building (Inspect) Visit Preview Mar 25, 2024 6:05am

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me!

  • Reviewed the entire pull request up to 820bb28
  • Looked at 1597 lines of code in 11 files
  • Took 2 minutes and 25 seconds to review
More info
  • Skipped 0 files when reviewing.
  • Skipped posting 1 additional comments because they didn't meet confidence threshold of 50%.
1. poetry.lock:1:
  • Assessed confidence : 100%
  • Grade: 0%
  • Comment:
    Please update the PR description to include the reason for adding new dependencies (dirtyjson, html2text, llama-hub, llama-index, llama-parse, pymupdf, striprtf, pyaml, retrying). It's important to document why these new dependencies are needed and how they are used in the code.
  • Reasoning:
    The new dependencies added in the poetry.lock file are not mentioned in the PR description. It's important to document why these new dependencies are needed and how they are used in the code.

Workflow ID: wflow_st1dAfArRYBrPG2n


Not what you expected? You can customize the content of the reviews using rules. Learn more here.

@emrgnt-cmplxty emrgnt-cmplxty deleted the feature/move-to-adapter-model-rebased branch March 25, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant