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.2
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.3.0
Choose a head ref
  • 16 commits
  • 81 files changed
  • 3 contributors

Commits on Mar 18, 2025

  1. feat: check quals to skip rerank if rerank_in_table is enabled (#206)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    c3d37d1 View commit details
    Browse the repository at this point in the history
  2. feat: maxsim operator and indexing on maxsim operator (#197)

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

Commits on Mar 19, 2025

  1. chore: update dependencies (#216)

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

Commits on Mar 20, 2025

  1. feat: use mimalloc (#217)

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

Commits on Mar 24, 2025

  1. feat: emit INFO when performing kmeans (#219)

    1. add build phase names
    2. emit kmeans log
    3. emit errors if both `Dot` and `residual_quantiztion` are used
    4. update `tuples_done` by estimated value before insertions
    5. update `tuples_done` after insertions are done
    6. emit errors if `vchordrq_prewarm` is given a partition index
    7. rename `maxsim_ip` to `maxsim`
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    7edb287 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. feat: encode kmeans progress to phase name (#220)

    * encode kmeans progress to build subphase names
    * add a new GUC `vchordrq.prererank_filtering` (default to `off`) to
    control prererank filtering
    
    ---------
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    0befc36 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    b86ca8b View commit details
    Browse the repository at this point in the history
  2. chore: change default lists and probes to empty (#223)

    This changes default `lists` from `[1000]` to `[]`, and default `probes`
    to `10` to ` `.
    
    The default value of `1000/10` is too small for big data and may cause
    issues for small data.
    
    `lists = []` implies "clusters are not used, and all data are in the
    same set". It's good for small data.
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    45f842d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. feat: allows skipping rerank (#225)

    Enable it by `SET vchordrq.allows_skipping_rerank TO on`.
    
    Skip rerank by enabling it and `SET vchordrq.epsilon = 0.0`.
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    b53a851 View commit details
    Browse the repository at this point in the history
  2. delete cnpg image (#224)

    vchord-cnpg and pg-slim move to
    https://github.com/tensorchord/VectorChord-images.
    
    Signed-off-by: xieydd <xieydd@gmail.com>
    xieydd authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    e4da550 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. refactor: remove allows_skipping_rerank (#226)

    1. rename `max_maxsim_tuples` to `maxsim_refine`; leave it a default
    value `0`
    2. remove `allows_skipping_rerank`; use estimated distance for vectors
    whose distance is not calculated
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    2d2e87f View commit details
    Browse the repository at this point in the history
  2. fix: apply epsilon for default search (#228)

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

Commits on Apr 11, 2025

  1. chore: remove patch of crate half (#231)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    cabbb0d View commit details
    Browse the repository at this point in the history
  2. fix: release env vars (#232)

    Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
    cutecutecat authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    f561f2f View commit details
    Browse the repository at this point in the history
  3. chore: update 0.3.0 schema script (#230)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    9bf5faf View commit details
    Browse the repository at this point in the history
  4. chore: bump version number to 0.3.0

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    bc886b2 View commit details
    Browse the repository at this point in the history
Loading