8000 Comparing 0.2.0...0.2.1 · tensorchord/VectorChord · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorchord/VectorChord
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: tensorchord/VectorChord
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.1
Choose a head ref
  • 13 commits
  • 93 files changed
  • 1 contributor

Commits on Feb 5, 2025

  1. refactor: move algorithm to a crate (#172)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    3c082e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. feat: pinning index in memory when building, second try (#181)

    issue: #117
    first try: #150
    
    ---------
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    6373f55 View commit details
    Browse the repository at this point in the history
  2. fix: use linked list of vectors to skip realloc (#182)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    85f9496 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. feat: use select algorithm to replace heap, if k in top-k is expected…

    … to be small (#183)
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9b3ead3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. ci: install pg13 in docker image (#186)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    e92d6dc View commit details
    Browse the repository at this point in the history
  2. ci: use less docker (#187)

    tests in `./crates` do not run before。。。
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    b0003f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. feat: rerank by fetching vectors in heap table (#189)

    closes #136
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    0f5b544 View commit details
    Browse the repository at this point in the history
  2. ci: enable CI for pg13 (#185)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    8cb5555 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. chore: update dependencies (#190)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    d769d44 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. refactor: remove meaningless target feature requirements (#192)

    1. only check simd-related features when dispatching
    2. choose SVE implementation only if SVE bits >= 256
    3. choose SVE f16 `sum_of_d2` and `sum_of_xy` implementation only if SVE
    bits >= 512
    
    ---------
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    6309bf0 View commit details
    Browse the repository at this point in the history
  2. fix: test simd operations in emulator (#193)

    1. x86_64 runner may not have avx512fp16 feature, so intel SDE is
    necessary for testing
    2. aarch64 runner has short SVE bits, and cannot be used for testing
    SVE-256 implementation and SVE-512 implementation, so qemu is necessary
    for testing
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    82975e1 View commit details
    Browse the repository at this point in the history
  3. feat: neon impl of u8::reduce_sum_of_x (#194)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    14a95d9 View commit details
    Browse the repository at this point in the history
  4. chore: update 0.2.1 schema (upgrade) script (#195)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    0849b18 View commit details
    Browse the repository at this point in the history
Loading
0