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

[LLM pipeline] Language filter component #232

Merged
merged 15 commits into from
Jul 5, 2023
Merged

[LLM pipeline] Language filter component #232

merged 15 commits into from
Jul 5, 2023

Commits on Jun 23, 2023

  1. Draft language detection

    mrchtr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a9555bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498f103 View commit details
    Browse the repository at this point in the history
  3. Fix typings

    mrchtr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    65d4e28 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    0f9159d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141c1f8 View commit details
    Browse the repository at this point in the history
  3. Apply ruff fix

    mrchtr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b9caff5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Fix fasttext dependencies

    mrchtr committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    eb348ed View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Update components/language_filter/fondant_component.yaml

    Co-authored-by: NielsRogge <[email protected]>
    mrchtr and NielsRogge authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6eeea74 View commit details
    Browse the repository at this point in the history
  2. Update components/language_filter/src/main.py

    Co-authored-by: NielsRogge <[email protected]>
    mrchtr and NielsRogge authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3ec6e5f View commit details
    Browse the repository at this point in the history
  3. Addressing comments

    mrchtr committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    25979df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    915b53c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86881b8 View commit details
    Browse the repository at this point in the history
  6. Remove init.py

    mrchtr committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    06bc711 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Update components/language_filter/requirements.txt

    Co-authored-by: Robbe Sneyders <[email protected]>
    mrchtr and RobbeSneyders authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d563401 View commit details
    Browse the repository at this point in the history
  2. Addressing comments

    mrchtr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    27fb0cb View commit details
    Browse the repository at this point in the history