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

Modular RAG: Orchestration and Post-Retrieval #1767

Commits on Nov 19, 2024

  1. Modular RAG: Orchestration and Post-Retrieval

    Pre-Retrieval:
    * Consolidated naming and documentation
    
    Retrieval:
    * Consolidated naming and documentation
    * Introduced DocumentJoiner sub-module and CompositionDocumentJoiner operator
    
    Post-Retrieval:
    * Introduced main interfaces for sub-modules. Implementation waiting for missing features in Document APIs
    
    Orchestration:
    * Introduced QueryRouter sub-module and AllDocumentRetrieversQueryRouter operator
    
    Generation:
    * Consolidated naming and documentation
    
    Advisor:
    * Introduced BaseAdvisor to reduce boilerplate when implementing Advisors
    * Extended RetrievalAugmentationAdvisor to include the new sub-modules
    
    Relates to #spring-projectsgh-1603
    ThomasVitale committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8b1b897 View commit details
    Browse the repository at this point in the history