-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: tensorchord/VectorChord
base: 0.2.2
head repository: tensorchord/VectorChord
compare: 0.3.0
- 16 commits
- 81 files changed
- 3 contributors
Commits on Mar 18, 2025
-
feat: check quals to skip rerank if
rerank_in_table
is enabled (#206)Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for c3d37d1 - Browse repository at this point
Copy the full SHA c3d37d1View commit details -
feat: maxsim operator and indexing on maxsim operator (#197)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for de66694 - Browse repository at this point
Copy the full SHA de66694View commit details
Commits on Mar 19, 2025
-
chore: update dependencies (#216)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for dc12d84 - Browse repository at this point
Copy the full SHA dc12d84View commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cc3f7f3 - Browse repository at this point
Copy the full SHA cc3f7f3View commit details
Commits on Mar 24, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7edb287 - Browse repository at this point
Copy the full SHA 7edb287View commit details
Commits on Mar 25, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0befc36 - Browse repository at this point
Copy the full SHA 0befc36View commit details
Commits on Apr 2, 2025
-
readme: move docs to docs repo (#222)
pull request in docs repo: tensorchord/pgvecto.rs-docs#106 [Rendered README.md](https://github.com/usamoi/VectorChord/blob/readme/README.md) [Preview docs](https://pgvecto-rs-docs-83ki0aiml-tensorchord.vercel.app/vectorchord/getting-started/overview.html) Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for b86ca8b - Browse repository at this point
Copy the full SHA b86ca8bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 45f842d - Browse repository at this point
Copy the full SHA 45f842dView commit details
Commits on Apr 8, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b53a851 - Browse repository at this point
Copy the full SHA b53a851View commit details -
vchord-cnpg and pg-slim move to https://github.com/tensorchord/VectorChord-images. Signed-off-by: xieydd <xieydd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4da550 - Browse repository at this point
Copy the full SHA e4da550View commit details
Commits on Apr 9, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2d2e87f - Browse repository at this point
Copy the full SHA 2d2e87fView commit details -
fix: apply epsilon for default search (#228)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8854da2 - Browse repository at this point
Copy the full SHA 8854da2View commit details
Commits on Apr 11, 2025
-
chore: remove patch of crate half (#231)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for cabbb0d - Browse repository at this point
Copy the full SHA cabbb0dView commit details -
Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for f561f2f - Browse repository at this point
Copy the full SHA f561f2fView commit details -
chore: update 0.3.0 schema script (#230)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9bf5faf - Browse repository at this point
Copy the full SHA 9bf5fafView commit details -
chore: bump version number to 0.3.0
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for bc886b2 - Browse repository at this point
Copy the full SHA bc886b2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.2...0.3.0