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

Added ANN and optimization ability for item2item task #55

Open
wants to merge 51 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    bd1a4ec View commit details
    Browse the repository at this point in the history
  2. Add dependencies

    netang committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8eeeff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Mar 24, 2023

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

Commits on Mar 28, 2023

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

Commits on May 10, 2023

  1. Merge remote-tracking branch 'sb-repo/main' into sb-main-ann

    # Conflicts:
    #	replay/models/als.py
    #	replay/models/word2vec.py
    #	replay/utils.py
    netang committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e2e1f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b43d7b View commit details
    Browse the repository at this point in the history
  3. Reformat docstring

    netang committed May 10, 2023
    Configuration menu
    Copy the full SHA
    23ef21d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    7da34f2 View commit details
    Browse the repository at this point in the history
  2. Fix pycodestyle warn.

    netang committed May 11, 2023
    Configuration menu
    Copy the full SHA
    eb4329d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Move HnswlibIndexFileManager and NmslibIndexFileManager to `repla…

    …y.ann.index_file_managers.nmslib_index_file_manager`. Remove implementation for dense vectors from NmslibHnswMixin. Update tests. Add `HnswlibParam` and `NmslibHnswParam` data classes.
    netang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f8302f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7caad0 View commit details
    Browse the repository at this point in the history
  3. Remove commented lines.

    netang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c59c16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48d0b78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    461cb7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77787a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14cef4c View commit details
    Browse the repository at this point in the history
  8. Disable pylint R0902

    netang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4020e56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d3c8d3 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    netang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    daaba5d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 19, 2023

  1. Fix saving/loading

    netang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3c48caf View commit details
    Browse the repository at this point in the history
  2. Remove duplicated code

    netang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    31bfd1a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

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

Commits on May 28, 2023

  1. Fix index saving/loading

    netang committed May 28, 2023
    Configuration menu
    Copy the full SHA
    8dd8fc0 View commit details
    Browse the repository at this point in the history
  2. Add clean upping index files

    netang committed May 28, 2023
    Configuration menu
    Copy the full SHA
    2ded076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c2959 View commit details
    Browse the repository at this point in the history
  4. Fix pylint warns

    netang committed May 28, 2023
    Configuration menu
    Copy the full SHA
    83f236a View commit details
    Browse the repository at this point in the history
  5. Fix pytest error

    netang committed May 28, 2023
    Configuration menu
    Copy the full SHA
    33fec4b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    de9e622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a44575a View commit details
    Browse the repository at this point in the history
  3. Revert "Set poetry-core version interval"

    This reverts commit a44575a.
    netang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b9f0130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7d42dc View commit details
    Browse the repository at this point in the history
  5. Add tests

    netang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e763d43 View commit details
    Browse the repository at this point in the history
  6. Fix pycodestyle warn

    netang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c6d8d80 View commit details
    Browse the repository at this point in the history
  7. Add .coveragerc

    netang committed May 30, 2023
    Configuration menu
    Copy the full SHA
    281c816 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 16, 2023

  1. Merge remote-tracking branch 'sb-repo/main' into sb-main-ann

    # Conflicts:
    #	.coveragerc
    #	replay/models/als.py
    netang committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c0b442f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    397663c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535999a View commit details
    Browse the repository at this point in the history
  3. Add test of build_index_udf

    netang committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7180f19 View commit details
    Browse the repository at this point in the history
  4. Format code via black

    netang committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    252f3c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    afa6427 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'sb-repo/main' into sb-main-ann

    # Conflicts:
    #	pyproject.toml
    #	replay/utils.py
    netang committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    4173e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f061c91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40cc806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    136a60d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Fix pylint warns

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    214dacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe1b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb3bf9 View commit details
    Browse the repository at this point in the history