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

Integrate text search #461

Merged

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    78c2f6a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Fix slow video downloads

    Youtube-DL downloads videos with 50-70Kb/s speed, while previously
    it used to have much higher speed (up to 10MB/s). A possible root
    cause is new google services restrictions. Migrating from youtube-dl
    to the lates yt-dlp version resolves this problem.
    
    See ytdl-org/youtube-dl#30102 for details
    stepan-anokhin committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    f08e23a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee64d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Upgrade node version

    stepan-anokhin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    101eb4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd1ad74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff76755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b96671 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    7518de6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ff833 View commit details
    Browse the repository at this point in the history
  3. Fix signature loading

    stepan-anokhin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4edad82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    813349a View commit details
    Browse the repository at this point in the history
  5. Reformat code

    stepan-anokhin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e7122b6 View commit details
    Browse the repository at this point in the history
  6. Workaround model unpickling error

    The model is saved using pickle with different import paths
    (e.g. `import configs` instead of import `winnow.text_search.configs`).
    See benetech#460
    stepan-anokhin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6dbc6a2 View commit details
    Browse the repository at this point in the history
  7. Draft grpc server

    stepan-anokhin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    2c82e53 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    a548dd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Implement RPC server

    stepan-anokhin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0670f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407c0f9 View commit details
    Browse the repository at this point in the history
  3. Refactor rpc-server

    stepan-anokhin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0680992 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1c99e6 View commit details
    Browse the repository at this point in the history
  5. Fix linting issues

    stepan-anokhin committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    378044a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b73c51e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Add rpc-server README

    stepan-anokhin committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c367410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef6d472 View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    stepan-anokhin committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    eb46c40 View commit details
    Browse the repository at this point in the history
  4. Fix flask import error

    Pin itsdangerous version to fix flask import error.
    See: https://serverfault.com/a/1094095
    stepan-anokhin committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    18c98ee View commit details
    Browse the repository at this point in the history