-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: tensorchord/pgvecto.rs
base: v0.3.0
head repository: tensorchord/pgvecto.rs
compare: v0.4.0
Commits on Jun 27, 2024
-
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 64e8196 - Browse repository at this point
Copy the full SHA 64e8196View commit details
Commits on Jul 2, 2024
-
test: fix flaky test in bvector.slt (#512)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9e0edb0 - Browse repository at this point
Copy the full SHA 9e0edb0View commit details
Commits on Jul 3, 2024
-
fix: ivfflat options of pgvector compatibility (#514)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 5e250f1 - Browse repository at this point
Copy the full SHA 5e250f1View commit details -
fix: fix elkan k means termination condition (#515)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for bc4d8ad - Browse repository at this point
Copy the full SHA bc4d8adView commit details
Commits on Jul 4, 2024
-
ci: skip zomible process in crash test (#516)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 94f16ed - Browse repository at this point
Copy the full SHA 94f16edView commit details
Commits on Jul 8, 2024
-
fix: set immutable flags for vector util functions (#522)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8e5a8d1 - Browse repository at this point
Copy the full SHA 8e5a8d1View commit details -
feat: add util function pg_vector_index_fence (#521)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 023328f - Browse repository at this point
Copy the full SHA 023328fView commit details
Commits on Jul 9, 2024
-
feat: support distance pushdown (#510)
* feat: support distance pushdown Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix: more corner cases Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix by comments Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * rename to sphere and datum ptr copy Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix: from_polymorphic_datum copy Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix: by comments Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix: do not return proceed Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix unreachable Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * split fetch_scanner_arguments Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix by comments Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * fix Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> * add support function mechanism Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: cutecutecat <junyuchen@tensorchord.ai> Signed-off-by: usamoi <usamoi@outlook.com> Co-authored-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8cb1a90 - Browse repository at this point
Copy the full SHA 8cb1a90View commit details
Commits on Jul 10, 2024
-
ci: lock version of sqllogictest-bin (#523)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 98a7b6e - Browse repository at this point
Copy the full SHA 98a7b6eView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba390a5 - Browse repository at this point
Copy the full SHA ba390a5View commit details -
chore: replace uuid with integer for segment id (#525)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 152f94a - Browse repository at this point
Copy the full SHA 152f94aView commit details
Commits on Jul 17, 2024
-
fix: parsing for f32s with a 48-char representation (#531)
Signed-off-by: Alex Quick <alex@appfigures.com>
Configuration menu - View commit details
-
Copy full SHA for 6d64e97 - Browse repository at this point
Copy the full SHA 6d64e97View commit details
Commits on Jul 18, 2024
-
fix: set fast math flags for c code (#532)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 6611165 - Browse repository at this point
Copy the full SHA 6611165View commit details -
feat: quantization reranker (#530)
* feat: quantization reranker Signed-off-by: usamoi <usamoi@outlook.com> * refactor: split hnsw graph into 4 files Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for e182bcf - Browse repository at this point
Copy the full SHA e182bcfView commit details
Commits on Jul 22, 2024
-
* feat: add cli (#26) * feat: add cli Signed-off-by: Keming <kemingyang@tensorchord.ai> * support fvecs/ivecs and query cli Signed-off-by: Keming <kemingyang@tensorchord.ai> * rm unused func Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix the conflicts Signed-off-by: Keming <kemingyang@tensorchord.ai> --------- Signed-off-by: Keming <kemingyang@tensorchord.ai> * add topk for query Signed-off-by: Keming <kemingyang@tensorchord.ai> --------- Signed-off-by: Keming <kemingyang@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for 97636d7 - Browse repository at this point
Copy the full SHA 97636d7View commit details -
* chore: do not require clang version =15 Signed-off-by: usamoi <usamoi@outlook.com> * refactor: Vec2 Signed-off-by: usamoi <usamoi@outlook.com> * feat: kmeans1d Signed-off-by: usamoi <usamoi@outlook.com> * ci: set clang-16 as default clang Signed-off-by: usamoi <usamoi@outlook.com> * fix: kmeans1d boundary check Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 3cd2ca5 - Browse repository at this point
Copy the full SHA 3cd2ca5View commit details -
fix: resolve cli conflicts (#536)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 820aecd - Browse repository at this point
Copy the full SHA 820aecdView commit details -
feat: quantization, 1/2/4 bits (#534)
* feat: product quantization, 1/2/4 bits Signed-off-by: usamoi <usamoi@outlook.com> * feat: scalar quantization, 1/2/4 bits Signed-off-by: usamoi <usamoi@outlook.com> * fix: panic while building scalar quantization codebook Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for ac6a096 - Browse repository at this point
Copy the full SHA ac6a096View commit details
Commits on Jul 23, 2024
-
fix: quantization precision (#537)
* refactor: deprecate veci8 Signed-off-by: usamoi <usamoi@outlook.com> * fix: only enable spherical k-means for IVF COS/DOT Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9667902 - Browse repository at this point
Copy the full SHA 9667902View commit details
Commits on Jul 26, 2024
-
fix: load ivf_residual files with IvfResidual (#541)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for eb01e0d - Browse repository at this point
Copy the full SHA eb01e0dView commit details
Commits on Aug 2, 2024
-
feat: support inverted index for sparse vector (#517)
* feat: support inverted index for sparse vector Signed-off-by: Keming <kemingyang@tensorchord.ai> * fmt Signed-off-by: Keming <kemingyang@tensorchord.ai> * ignore cargo clippy len_without_is_empty Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix lint Signed-off-by: Keming <kemingyang@tensorchord.ai> * change to bm25 score Signed-off-by: Keming <kemingyang@tensorchord.ai> * use fixed array instead of hash Signed-off-by: Keming <kemingyang@tensorchord.ai> * adopt the reranker Signed-off-by: Keming <kemingyang@tensorchord.ai> * address commments Signed-off-by: Keming <kemingyang@tensorchord.ai> * use heap to replace the vec sort Signed-off-by: Keming <kemingyang@tensorchord.ai> * use query value Signed-off-by: Keming <kemingyang@tensorchord.ai> * change to inverted_sparse Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix lint Signed-off-by: Keming <kemingyang@tensorchord.ai> * rename to inverted_index Signed-off-by: Keming <kemingyang@tensorchord.ai> * build the compressed matrix from token(vec<doc_id, score>) Signed-off-by: Keming <kemingyang@tensorchord.ai> * rm filter, return all the docs from the heap Signed-off-by: Keming <kemingyang@tensorchord.ai> * to_index_vec return iter Signed-off-by: Keming <kemingyang@tensorchord.ai> --------- Signed-off-by: Keming <kemingyang@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for 49373c3 - Browse repository at this point
Copy the full SHA 49373c3View commit details
Commits on Aug 5, 2024
-
chore: update rust toolchain to 2024/08/05 (#548)
Signed-off-by: usamoi <usamoi@outlook.com>
1Configuration menu - View commit details
-
Copy full SHA for bd83031 - Browse repository at this point
Copy the full SHA bd83031View commit details
Commits on Aug 7, 2024
-
feat: product quantization fast scan (#538)
* feat: quantization fast scan Signed-off-by: usamoi <usamoi@outlook.com> * fix: remove incorrect implementation of fast scan 1bit/2bit Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9e61230 - Browse repository at this point
Copy the full SHA 9e61230View commit details -
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for f84272f - Browse repository at this point
Copy the full SHA f84272fView commit details
Commits on Aug 8, 2024
-
feat: support rabitq for ivf (#535)
* init the rabitq Signed-off-by: Keming <kemingyang@tensorchord.ai> * init rabitq Signed-off-by: Keming <kemingyang@tensorchord.ai> * prepare rabitq Signed-off-by: Keming <kemingyang@tensorchord.ai> * wait for closure Signed-off-by: Keming <kemingyang@tensorchord.ai> * finish the rabitq Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix the query binary transpose Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix toml lint Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix cli Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix ivf residual open Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix typo Signed-off-by: Keming <kemingyang@tensorchord.ai> * fmt Signed-off-by: Keming <kemingyang@tensorchord.ai> * avoid div 0 Signed-off-by: Keming <kemingyang@tensorchord.ai> * fix binary cmp zero Signed-off-by: Keming <kemingyang@tensorchord.ai> * error based reranker pop by lower bound Signed-off-by: Keming <kemingyang@tensorchord.ai> * use temp array to heap in err based reranker Signed-off-by: Keming <kemingyang@tensorchord.ai> * use window16 for rabitq rerank Signed-off-by: Keming <kemingyang@tensorchord.ai> * add ivf projection to reuse the kmeans distance Signed-off-by: Keming <kemingyang@tensorchord.ai> * add epoch to cli query arguments Signed-off-by: Keming <kemingyang@tensorchord.ai> --------- Signed-off-by: Keming <kemingyang@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for 0123019 - Browse repository at this point
Copy the full SHA 0123019View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be52219 - Browse repository at this point
Copy the full SHA be52219View commit details
Commits on Aug 12, 2024
-
refactor: remove indexing on cosine similarity on backend (#555)
* fix: remove indexing on cosine distance on backend Signed-off-by: usamoi <usamoi@outlook.com> * refactor: removes unused cosine code Signed-off-by: usamoi <usamoi@outlook.com> * add tests Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 487ea6b - Browse repository at this point
Copy the full SHA 487ea6bView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c9080d - Browse repository at this point
Copy the full SHA 8c9080dView commit details -
test: fix cos test by comparing shorter result list (#557)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 286c3c9 - Browse repository at this point
Copy the full SHA 286c3c9View commit details
Commits on Aug 14, 2024
-
* chore: Refine Signed-off-by: Ce Gao <cegao@tensorchord.ai> * chore: Address comments Signed-off-by: Ce Gao <cegao@tensorchord.ai> --------- Signed-off-by: Ce Gao <cegao@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for 835c4a7 - Browse repository at this point
Copy the full SHA 835c4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e4e2f - Browse repository at this point
Copy the full SHA 94e4e2fView commit details -
fix: add v4, v3 for vecf32 dot, sl2 (#559)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 813c04d - Browse repository at this point
Copy the full SHA 813c04dView commit details
Commits on Aug 15, 2024
-
refactor: reduce cost about sort and quantization virtual function ca…
…ll (#560) * refactor: use internal id and reduce cost on sort Signed-off-by: usamoi <usamoi@outlook.com> * refactor: reduce cost of quantization virtual function call Signed-off-by: usamoi <usamoi@outlook.com> * fix: hnsw nan behavior Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 20e84ca - Browse repository at this point
Copy the full SHA 20e84caView commit details
Commits on Aug 20, 2024
-
feat: pyo3 bindings of indexing (#565)
* feat: pyo3 bindings of indexing Signed-off-by: usamoi <usamoi@outlook.com> * fix: ci Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for ab1edc9 - Browse repository at this point
Copy the full SHA ab1edc9View commit details
Commits on Aug 22, 2024
-
chore: update pgrx to v0.12.1 (#567)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 86bbed2 - Browse repository at this point
Copy the full SHA 86bbed2View commit details -
refactor: introduce Distance type for comparing (#568)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for d259b24 - Browse repository at this point
Copy the full SHA d259b24View commit details
Commits on Aug 27, 2024
-
fix: vectorize as much code as possible (#569)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 165b7de - Browse repository at this point
Copy the full SHA 165b7deView commit details -
feat: SIMD version of quantizing (#574)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for b7e1a7a - Browse repository at this point
Copy the full SHA b7e1a7aView commit details
Commits on Aug 30, 2024
-
refactor: improve RaBitQ performance (#576)
* feat: mark Distance::from_f32 and Distance::to_f32 as const Signed-off-by: usamoi <usamoi@outlook.com> * fix: compute rough distances on boundary by fast scan if fast scan is used Signed-off-by: usamoi <usamoi@outlook.com> * fix: visit IVF centroids in order Signed-off-by: usamoi <usamoi@outlook.com> * refactor: rabitq abs Signed-off-by: usamoi <usamoi@outlook.com> * refactor: rewrite error-based reranker Signed-off-by: usamoi <usamoi@outlook.com> * feat: compute all distances from vectors to centroids in IVF parallelly Signed-off-by: usamoi <usamoi@outlook.com> * fix: speed computing x2 in preprocessing Signed-off-by: usamoi <usamoi@outlook.com> * fix: speed gen in preprocessing Signed-off-by: usamoi <usamoi@outlook.com> * fix: parallelize kmeans++ Signed-off-by: usamoi <usamoi@outlook.com> * fix: add prefer_multithreading to k_means Signed-off-by: usamoi <usamoi@outlook.com> * fix: increase kmeans samples in IVF Signed-off-by: usamoi <usamoi@outlook.com> * fix: move spherical operation after split_clusters in kmeans Signed-off-by: usamoi <usamoi@outlook.com> * test: strengthen AVX2/AVX512 code tests and remove flasky bvector test Signed-off-by: usamoi <usamoi@outlook.com> * feat: fallback version of fast scan Signed-off-by: usamoi <usamoi@outlook.com> * fix: rename mul_add to mul_add_round Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8727ce3 - Browse repository at this point
Copy the full SHA 8727ce3View commit details -
chore: add enterprise release (#578)
--------- Signed-off-by: Keming <kemingyang@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for a71e9ef - Browse repository at this point
Copy the full SHA a71e9efView commit details -
feat: disable kmeans++ in IVF (#579)
* feat: disable kmeans++ in IVF Signed-off-by: usamoi <usamoi@outlook.com> * test: remove flasky test Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for f24bef2 - Browse repository at this point
Copy the full SHA f24bef2View commit details -
fix build in enterprise ci (#580)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for 827c7c3 - Browse repository at this point
Copy the full SHA 827c7c3View commit details
Commits on Sep 2, 2024
-
fix: use residual vector for encoding (#581)
* refactor: merge IvfNaive and IvfResidual Signed-off-by: usamoi <usamoi@outlook.com> * fix: use residual vector for encoding Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 4bac484 - Browse repository at this point
Copy the full SHA 4bac484View commit details -
fix: use u32 for rabitq quantized sum for DIM > 4369 (#582)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 590a9d6 - Browse repository at this point
Copy the full SHA 590a9d6View commit details -
feat: do not generate slow-scan lookup table if fast-scan is enabled (#…
…583) Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 3b7c694 - Browse repository at this point
Copy the full SHA 3b7c694View commit details -
feat: speed rabitq building (#584)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 1fb14c8 - Browse repository at this point
Copy the full SHA 1fb14c8View commit details -
fix: filter zeros in creating normalized vector (#585)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 897b9a3 - Browse repository at this point
Copy the full SHA 897b9a3View commit details -
fix: detect simd in cli (#586)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Configuration menu - View commit details
-
Copy full SHA for f72c5a8 - Browse repository at this point
Copy the full SHA f72c5a8View commit details
Commits on Sep 4, 2024
-
fix: use correct intrinsics for fp16 in AVX (#589)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 2e20358 - Browse repository at this point
Copy the full SHA 2e20358View commit details
Commits on Sep 5, 2024
-
fix: set correct svecf32 header while creating SVecf32Output (#590)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8abfd82 - Browse repository at this point
Copy the full SHA 8abfd82View commit details
There are no files selected for viewing