Pgvecto-rs

Latest version: v0.2.2

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.4.0alpha.2

What's Changed
* refactor: rework quantization abstraction by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/591
* feat: add metrics dot and cos by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/566
* refactor: rabitq by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/593
* docs: delete sparse vector search comparison in readme by JinweiOS in https://github.com/tensorchord/pgvecto.rs/pull/595
* refactor: use transposed centroids in PQ preprocess by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/594
* fix: reduce length of directory name by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/588


**Full Changelog**: https://github.com/tensorchord/pgvecto.rs/compare/v0.4.0-alpha.1...v0.4.0-alpha.2

0.4.0alpha.1

0.3.0

What's Changed
* refactor: replace heap of heaps with loser tree in merging results by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/315
* refactor: faster algorithm for parsing vector strings by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/316
* chore: set storage = EXTERNAL by default for vector types by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/321
* fix: remove openai embedding by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/336
* feat: support vector subscript by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/329
* fix: remove ctor by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/339
* chore: fix the nightly trigger condition by kemingy in https://github.com/tensorchord/pgvecto.rs/pull/306
* ci: fix cargo-install for pgrx patch by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/341
* feat: support binary representation by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/314
* chore: use latest commit SHA to trigger the nightly release by kemingy in https://github.com/tensorchord/pgvecto.rs/pull/342
* refactor: refine delete RPC by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/351
* chore: consistent slice behavior with Python by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/352
* chore: add '-c logging_collector=on' to docker CMD by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/353
* feat: support sparse vector by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/299
* chore: drop support for pg12, pg13 by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/344
* fix: comparsion of svector by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/357
* refactor: define detailed error types by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/356
* ci: increase concurrency by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/362
* doc: fix docker tag by VoVAllen in https://github.com/tensorchord/pgvecto.rs/pull/364
* fix: python test by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/365
* ci: fix "cache save failed" by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/366
* refactor: add crate "base" by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/367
* refactor: faster IVF & PQ by whateveraname in https://github.com/tensorchord/pgvecto.rs/pull/328
* feat: new openai embedding by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/350
* chore: Update blog link by gaocegege in https://github.com/tensorchord/pgvecto.rs/pull/370
* refactor: rework vector abstraction by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/369
* ci: fix nightly releases by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/389
* ci: add sccache for release by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/391
* fix: support null insert by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/390
* ci: build zip pkg by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/392
* fix: remove sighup handler by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/394
* feat: support binary vector by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/368
* chore: upgrade 0.2.1 script by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/395
* fix: bvector subscription may modify padding bits by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/401
* fix: bvector subscription may modify padding bits by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/402
* chore: update pgrx version by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/400
* feat: support sparse vector with 1_048_575 dims by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/399
* feat: support veci8 by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/326
* fix: hack for simd inline by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/410
* fix: grant permission for `pg_vector_index_stat` in install sql by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/416
* feat: synchronous remote index dropping by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/414
* ci: remove cargo-pgrx in ci by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/420
* feat: add x64 simd for sparse vector operations by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/417
* fix: relax veci8 test precision. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/423
* chore: cherry back 0.2 branch by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/424
* Update pgvecto.rs README.md with new features and documentation link by VoVAllen in https://github.com/tensorchord/pgvecto.rs/pull/425
* ci: vendored `pg_config` contents and pgrx_bindings by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/426
* fix: returns no tuples when a NULL query comes by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/428
* fix: a set of incorrect behaviors by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/430
* chore: upload --0.3.0 schema update script by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/437
* feat: Support binary copy in python SDK. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/419
* docs: add my-vegetable-has-exploded as a contributor for code by allcontributors in https://github.com/tensorchord/pgvecto.rs/pull/439

New Contributors
* whateveraname made their first contribution in https://github.com/tensorchord/pgvecto.rs/pull/328
* my-vegetable-has-exploded made their first contribution in https://github.com/tensorchord/pgvecto.rs/pull/326

**Full Changelog**: https://github.com/tensorchord/pgvecto.rs/compare/v0.2.1...v0.3.0-alpha.1

0.3.0alpha.2

What's Changed
* fix: disable UNLOGGED vector indexes by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/443
* fix: invalid check for bvector with 64 dims by silver-ymz in https://github.com/tensorchord/pgvecto.rs/pull/444
* fix: take `MyDatabaseId` into handle to resolve conflicts of OIDs in multidatabases by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/445
* feat: add optimizing_threads to function by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/375
* chore: add another implementation of multiversion by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/446
* fix: validate_index for veci8 & rm deprecated feature. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/451
* feat: stand alone test by whateveraname in https://github.com/tensorchord/pgvecto.rs/pull/448
* fix: optiming threads deadlock by cutecutecat in https://github.com/tensorchord/pgvecto.rs/pull/453
* feat: sync CREATE INDEX by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/462
* fix: fix openai option gucs setting. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/469
* feat: support aggregate function for vector. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/463
* fix: elkan K-means impl for some vector types by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/472
* fix: skip partitioned tables in `pg_vector_index_stat` by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/478
* fix: use f*_algebraic intrinsics, instead of f*_fast intrinsics by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/481
* feat: support element-wise multiplication. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/480
* feat: add vector_norm, vector_dims and normalize for all vector types by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/485
* fix: return type of vector_norm for svector & bvector by usamoi in https://github.com/tensorchord/pgvecto.rs/pull/487
* feat: temporary support for sparse aggregate. by my-vegetable-has-exploded in https://github.com/tensorchord/pgvecto.rs/pull/489


**Full Changelog**: https://github.com/tensorchord/pgvecto.rs/compare/v0.3.0-alpha.1...v0.3.0-alpha.2

0.3.0alpha.1

0.2.1

Improvements

- NULL Support: `NULL` can now be safely inserted into vector columns without error. They will be skipped during `pgvecto.rs` index creation, but exist in the table. A query on a vector column will **never** return a result containing a `NULL`.
- Signal Handler Fix: Now we use `SIGQUIT` instead of `SIGHUP` to trigger a peaceful exit, since `SIGHUP` is defined as configure reload by `Postgres`.
- Upgrade Script Refine: Due to some symbol renaming, the upgrade path from `v0.1.10` to `v0.2.0` is broken. Users can now upgrade directly to `v0.2.1` if they are currently using `v0.1.10`.

v0.0.0-nightly
DO NOT use this version. Internal use only.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.