Releases: TileDB-Inc/TileDB-Vector-Search
Releases · TileDB-Inc/TileDB-Vector-Search
0.15.0
What's Changed
- Bump libtiledb version to 2.29.0 by @kounelisagis in #583
- Bump libtiledb version to 2.29.1 by @vlasisPit in #587
New Contributors
- @vlasisPit made their first contribution in #587
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
- Add
dimensionsparameter toingestmethod by @kounelisagis in #565
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
- Use
is_dirinstead ofdir_sizefor non-existent folders after index deletion by @kounelisagis in #571 - Fix missing token CI test failures by @kounelisagis in #575
- Decrease wheel size by @dudoslav in #574
- Fix TileDB logo in README by @dudoslav in #573
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- Bump TileDB-Py version to 0.33 by @kounelisagis in #562
- Enable wheel production for Python 3.13 by @dudoslav in #569
- Add explicit markdown parser for DirectoryTextReaderin by @NikolaosPapailiou in #566
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Add explicit markdown parser for
DirectoryTextReaderby @NikolaosPapailiou in #532 - Update to TileDB Core 2.26.2 by @jparismorgan in #535
- Disable consolidate_update_fragments for TileDB Cloud URIs by @NikolaosPapailiou in #536
- Improve ObjectAPI documentation by @NikolaosPapailiou in #538
- Decouple consolidate and vacuum operations by @NikolaosPapailiou in #539
- Parallelize asset creation and registration by @NikolaosPapailiou in #540
- Add query with driver mode for ObjectIndex by @NikolaosPapailiou in #541
- [automated] Update backwards-compatibility-data for release 0.9.0 by @github-actions in #527
- [automated] Update backwards-compatibility-data for release 0.10.0 by @github-actions in #530
- Improve timers by @jparismorgan in #496
- Add more instructions on building C++ by @jparismorgan in #523
- Support multiple embeddings per object in Object API by @NikolaosPapailiou in #542
- Add ColPali embedding and support for processing PDFs as images by @NikolaosPapailiou in #543
- Add a new read_vector() helper which does a multi-range query by @jparismorgan in #545
- Rename group_uri to index_uri by @jparismorgan in #544
- Refactor group version check by @jparismorgan in #547
- Cleanup unit_ivf_pq_index.cc by @jparismorgan in #548
- Update tdbMatrixMultiRange to support both slices and individual indices by @jparismorgan in #550
- Add start, stop, and temporal_policy to FeatureVector and FeatureVectorArray by @jparismorgan in #549
- Rename nlist to partitions by @jparismorgan in #551
- Fix types in qv_partition_with_scores() and train_no_init() by @jparismorgan in #546
- Various small code cleanups from IVF_PQ OOC work by @jparismorgan in #552
- Fix AVX2 distance function and build with AVX2 if available on host machine by @jparismorgan in #524
- Add
numpy2 support by @jparismorgan in #434 - Add bioimage search utils and example notebook by @NikolaosPapailiou in #553
- Support out-of-core and distributed IVF_PQ ingestion by @jparismorgan in #531
- Update IVF_PQ to use temp directory pattern to support parallel ingestion by @jparismorgan in #554
- Write dimensions as uint64 in Python by @jparismorgan in #556
- Add IVF_PQ backwards compatibility data generation and testing by @jparismorgan in #555
- Remove warning that IVF_PQ index is not supported by @jparismorgan in #557
Full Changelog: 0.10.0...0.11.0
0.10.3
What's Changed
- Disable consolidate_update_fragments for TileDB Cloud URIs by @NikolaosPapailiou in #536
- Improve ObjectAPI documentation by @NikolaosPapailiou in #538
- Decouple consolidate and vacuum operations by @NikolaosPapailiou in #539
- Parallelize asset creation and registration by @NikolaosPapailiou in #540
- Add query with driver mode for ObjectIndex by @NikolaosPapailiou in #541
- [automated] Update backwards-compatibility-data for release 0.9.0 by @github-actions in #527
- [automated] Update backwards-compatibility-data for release 0.10.0 by @github-actions in #530
- Improve timers by @jparismorgan in #496
- Add more instructions on building C++ by @jparismorgan in #523
- Support multiple embeddings per object in Object API by @NikolaosPapailiou in #542
- Add ColPali embedding and support for processing PDFs as images by @NikolaosPapailiou in #543
- Add a new read_vector() helper which does a multi-range query by @jparismorgan in #545
- Rename group_uri to index_uri by @jparismorgan in #544
- Refactor group version check by @jparismorgan in #547
- Cleanup unit_ivf_pq_index.cc by @jparismorgan in #548
- Update tdbMatrixMultiRange to support both slices and individual indices by @jparismorgan in #550
- Add start, stop, and temporal_policy to FeatureVector and FeatureVectorArray by @jparismorgan in #549
- Rename nlist to partitions by @jparismorgan in #551
- Fix types in qv_partition_with_scores() and train_no_init() by @jparismorgan in #546
- Various small code cleanups from IVF_PQ OOC work by @jparismorgan in #552
- Fix AVX2 distance function and build with AVX2 if available on host machine by @jparismorgan in #524
- Add
numpy2 support by @jparismorgan in #434 - Add bioimage search utils and example notebook by @NikolaosPapailiou in #553
- Support out-of-core and distributed IVF_PQ ingestion by @jparismorgan in #531
- Update IVF_PQ to use temp directory pattern to support parallel ingestion by @jparismorgan in #554
- Write dimensions as uint64 in Python by @jparismorgan in #556
- Add IVF_PQ backwards compatibility data generation and testing by @jparismorgan in #555
- Remove warning that IVF_PQ index is not supported by @jparismorgan in #557
Full Changelog: 0.10.2...0.10.3
0.10.2
What's Changed
- Update to TileDB Core 2.26.2 by @jparismorgan in #535
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- Add explicit markdown parser for
DirectoryTextReaderby @NikolaosPapailiou in #532
Full Changelog: 0.10.0...0.10.1
0.10.0
0.9.0
What's Changed
- Fix bug for Index clear_history by @NikolaosPapailiou in #522
- Add open method for Index class by @NikolaosPapailiou in #503
- Fix small C++ warnings around type conversions by @jparismorgan in #520
- Update IVF_PQ to set memory_budget in constructor, support preload feature_vectors and metadata only modes by @jparismorgan in #518
- Update TileDB Core 2.26.0 by @NikolaosPapailiou in #521
Full Changelog: 0.8.1...0.9.0