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

Generalize RAG + PDF Chat feature #641

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Generalize RAG + PDF Chat feature #641

wants to merge 11 commits into from

Commits on Jan 10, 2024

  1. Implement PDF-chat feature

    mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1785f3a View commit details
    Browse the repository at this point in the history
  2. prettier

    mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cf4eddf View commit details
    Browse the repository at this point in the history
  3. correct usage of pdfjs-dist

    mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b96bc8b View commit details
    Browse the repository at this point in the history
  4. Updates from code reviews

    Co-authored-by: Nathan Sarrazin <[email protected]>
    2 people authored and mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9a0a1e6 View commit details
    Browse the repository at this point in the history
  5. fix file drag-n-drop

    mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fd512dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f29fa7 View commit details
    Browse the repository at this point in the history
  7. format

    mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2ab33a2 View commit details
    Browse the repository at this point in the history
  8. ENABLE_PDF_CHAT env var

    mishig25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ccbdf27 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. format

    mishig25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    61d3bc2 View commit details
    Browse the repository at this point in the history
  2. Generlize RAG (#689)

    * Generlize RAG
    
    * wip
    
    * fix casting
    Mishig authored and mishig25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8ffee0e View commit details
    Browse the repository at this point in the history
  3. fix typings

    mishig25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f8b2ec5 View commit details
    Browse the repository at this point in the history