Skip to content

Releases: TileDB-Inc/TileDB-Vector-Search

0.2.1

08 Apr 07:35
a82cb94

Choose a tag to compare

What's Changed

  • [automated] Update backwards-compatibility-data for release 0.1.3 by @github-actions in #297
  • [automated] Update backwards-compatibility-data for release 0.2.0 by @github-actions in #298
  • Update set_has_updates() to be able to set to false by @jparismorgan in #299
  • Update create_empty_for_vector() and write_vector() to write to col major vectors by @jparismorgan in #300
  • Update tdb_matrix to load in the non-empty domain instead of the full domain by @jparismorgan in #301
  • Fix C++ indexes not saving metadata after the first write_index() by @jparismorgan in #302
  • Fix unit_slicing and re-enable in CI by @jparismorgan in #303
  • Run pre-commit to lint files by @jparismorgan in #305
  • Explicitly define some missing build requirements by @jdblischak in #306
  • Propagate namespace to create_ingestion_dag by @Shelnutt2 in #307
  • Support access_credentials_name for BATCH tasks by @Shelnutt2 in #308
  • Add CI job to run pre-commit by @jparismorgan in #309
  • Support updates for object API by @NikolaosPapailiou in #310
  • Type erased Vamana index by @jparismorgan in #285
  • Support access credentials name for vamana ingestion by @Shelnutt2 in #312
  • Allow all batch task resources to be overridden by @Shelnutt2 in #315

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

28 Mar 16:49
7e59661

Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.2.0

0.1.3

28 Mar 12:30
365a008

Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

27 Mar 15:50
d8f58b5

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

27 Mar 08:57

Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #256

Full Changelog: 0.0.23...0.1.1

0.0.23

05 Mar 11:53

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.0.23

0.0.22

29 Feb 15:49

Choose a tag to compare

TileDB-Vector-Search 0.0.22

This release is substantially the same as 0.1, but targets TileDB 2.19 and TileDB-Py 0.25 for deployment purposes.

What's Changed

Full Changelog: 0.1.0...0.0.22

0.1.0

16 Feb 20:33
fdffe47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.21...0.1.0

0.0.21

15 Jan 15:46
3d8d1fd

Choose a tag to compare

What's Changed

Full Changelog: 0.0.20...0.0.21

0.0.20

11 Jan 09:37
abe48fe

Choose a tag to compare

What's Changed

  • Validate the queries vector shape by @jparismorgan in #164
  • Updates the .gitignore to ignore all *.egg-info by @jparismorgan in #166
  • Enforce queries has two dimensions by @jparismorgan in #167
  • Enable setting resource_class or resources when calling query() on IVFFlatIndex by @jparismorgan in #165
  • Test that we can index different storage versions and then query them by @jparismorgan in #168
  • Let user specify a set of vectors to use for training in IVF_FLAT by @jparismorgan in #169
  • Fix crash from passing copy_centroids_uri to ingest() by @jparismorgan in #172
  • Fix training_data bug in test_ingest_with_training_source_uri_tdb and validate training data dimensions in ingest() by @jparismorgan in #175
  • Small refactor of unit tests to consolidate language and add a query and check helper to test_ingestion.py by @jparismorgan in #176
  • Have consolidate_updates() reuse existing centroids by default with an option to re-compute them by @jparismorgan in #178
  • Increment TileDB version by @dudoslav in #188
  • Add workflow_dispatch into build_wheels in order to test artifacts by @dudoslav in #191
  • Fix bug for creating the updates array using a tiledb URI by @NikolaosPapailiou in #170

New Contributors

Full Changelog: 0.0.19...0.0.20