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

RAG MVP #374

Merged
merged 7 commits into from
May 28, 2024
Merged

RAG MVP #374

merged 7 commits into from
May 28, 2024

Commits on Apr 24, 2024

  1. Add RAG minimum viable feature

    Daniel Kornhauser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3823b6 View commit details
    Browse the repository at this point in the history
  2. Remove debug leftover print statements

    Daniel Kornhauser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f451565 View commit details
    Browse the repository at this point in the history
  3. Remove untested html support

    Daniel Kornhauser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    15d2aa2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Replacing files.all() by better suited files.exists()

    Daniel Kornhauser committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ae638bf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Moving RAG embedding creation to celery task

    Daniel Kornhauser committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9abe6c7 View commit details
    Browse the repository at this point in the history
  2. Unfinished improvement: Using prompt from the experiment

    available_variables should be added as "source_material" using form_data , but I could not figure out how to od it with form_data.
    Daniel Kornhauser committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5645800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22522a5 View commit details
    Browse the repository at this point in the history