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.1
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.2
Choose a head ref
  • 14 commits
  • 48 files changed
  • 4 contributors

Commits on Feb 21, 2025

  1. Support linux/arm64 for vchord-cnpg docker image (#184)

    I have re-released vchord-cnpg:0.2.0 docker image in
    https://github.com/tensorchord/VectorChord/actions/runs/13234388732.
    
    ---------
    
    Signed-off-by: xieydd <xieydd@gmail.com>
    xieydd authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ffbd865 View commit details
    Browse the repository at this point in the history
  2. refactor: split quantized data vectors to two tapes (#196)

    split data vectors to two tapes, one is immutable since `maintain`, and
    another one is appendable for newly-inserted vectors
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    d16d469 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. chore: add ghcr image (#200)

    Will build it in next release
    
    Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
    cutecutecat authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    ece3b89 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. chore: update readme and scripts with url (#198)

    ## docs(README)
    - add dependency of pgvector
    - fix `vector_cos_ops` to `vector_cosine_ops`
    - update image version
    
    ## chore(bench scripts)
    - fix incorrect QPS count at parallel requests
      - when `workers` > 32, QPS will be overestimated
    - send the same whole data to all requests, instead of split data for
    parallel requests
    - for dataset `laion-100`, 1000 split to 128 parts will be have a huge
    negative impact on query startup
    - use dburl instead of local password
    
    Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
    cutecutecat authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    52511f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. fix: lint by ruff (#201)

    Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
    cutecutecat authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    83344d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. fix: wrong operators for halfvec (#202)

    Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
    cutecutecat authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    2f0ef01 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. doc: add new options (#207)

    Signed-off-by: usamoi <usamoi@outlook.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    usamoi and Copilot authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    f62d76e View commit details
    Browse the repository at this point in the history
  2. fix: do not leak memory in heap fetch and fix reading tuples in prewa…

    …rm (#205)
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    f11bdc3 View commit details
    Browse the repository at this point in the history
  3. fix: recycle pages in maintainance (#204)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    01a5d13 View commit details
    Browse the repository at this point in the history
  4. chore: update v0.2.2 schema script (#210)

    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    c2e1886 View commit details
    Browse the repository at this point in the history
  5. fix: correct logic of marking free pages (#211)

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

Commits on Mar 18, 2025

  1. fix: remove heapify (#213)

    fixes #209
    
    Signed-off-by: usamoi <usamoi@outlook.com>
    usamoi authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    a2e71b9 View commit details
    Browse the repository at this point in the history
  2. fix error in cnpg amd64 Dockerfile (#214)

    Already build v0.2.2 image in action
    https://github.com/tensorchord/VectorChord/actions/runs/13913843391.
    
    ---------
    
    Signed-off-by: xieydd <xieydd@gmail.com>
    xieydd authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    57c7eba View commit details
    Browse the repository at this point in the history
  3. ci: fix release docker build (#215)

    Signed-off-by: xieydd <xieydd@gmail.com>
    Co-authored-by: xieydd <xieydd@gmail.com>
    usamoi and xieydd authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    63e2549 View commit details
    Browse the repository at this point in the history
Loading