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

RetrievedAggregator Implementation #110

Merged
merged 3 commits into from
Nov 18, 2024
Merged

RetrievedAggregator Implementation #110

merged 3 commits into from
Nov 18, 2024

Commits on Nov 13, 2024

  1. Added aggregator impl

    milux committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c381674 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Refactor dependencies and improve document retrieval

    Updated the build scripts to use `api` instead of `implementation` for key dependencies to ensure better visibility and reusability. Enhanced `AggregatorDemo.kt` to display more detailed document retrieval information and handle errors more gracefully.
    milux committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a4e4968 View commit details
    Browse the repository at this point in the history
  2. Added logging and enhanced test coverage

    Added logging to the provider resolution process to facilitate debugging. Updated test cases to include additional scenarios, ensuring comprehensive coverage.
    milux committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1148dac View commit details
    Browse the repository at this point in the history