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

WIP: Local Upload Documents as Input for Models instead of using RAG incas… #4503

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. feat: Local Upload Documents as Input for Models instead of using RAG…

    … incase RAG_API_URL is not set
    
    - processFileUpload is using local upload in case RAG_API_URL is not defined and it is not an assistant Upload
    - enhanced strategies to be able to use non-vector upload for generic files
    - refactor (image)-encode method to be used for all kind of files
    - enhanced uploadLocalFile for local strategy to specify directory
    - moved all relevant file operations form local strategy to file.js
    
    - introduced new client public path for non image files
    Regli Daniel committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3130d83 View commit details
    Browse the repository at this point in the history