Skip to content

Latest commit

Β 

History

History
1858 lines (921 loc) Β· 77.7 KB

File metadata and controls

1858 lines (921 loc) Β· 77.7 KB

Release Note (0.1.1)

Release time: 2022-01-09 11:27:09

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, πŸ™‡

πŸ†• New Features

  • [27d0373b] - array: add progressbar for to/from bytes (#14) (Han Xiao)
  • [a56067e4] - array: add summary method for array (#9) (Han Xiao)
  • [bdc3aa23] - document: add summary method to document (#7) (Han Xiao)
  • [28a7e42e] - array: use pickle as default binary serialization (#4) (Han Xiao)

🐞 Bug fixes

  • [da3b32e1] - array: push pull use most compact protocol (#6) (Han Xiao)

πŸ“— Documentation

  • [db8c7d98] - minor fix on docs (#13) (Han Xiao)
  • [113cfef5] - add what-is chapter (Han Xiao)
  • [cd16f5f6] - array: add evaluation of array (#12) (Han Xiao)
  • [43ab092b] - array: add doc for array serialization (#11) (Han Xiao)
  • [423b7b42] - array: add doc for array serialization (Han Xiao)
  • [8558c0c4] - array: add doc for array serialization (#10) (Han Xiao)
  • [3b2e07ce] - array: add doc for array api (Han Xiao)
  • [d3f2c61d] - document: add doc for document api (#8) (Han Xiao)

🏁 Unit Test and CICD

  • [3a6dab0a] - set first version to 0.1.0 (Han Xiao)

🍹 Other Improvements

  • [321adc71] - fix release script (Han Xiao)
  • [75191605] - fix readme (Han Xiao)
  • [a4fbf9d4] - update readme (Han Xiao)
  • [0815a79b] - restructure docs (Han Xiao)
  • [b80ca931] - update license (Han Xiao)
  • [d95d3edf] - reformat code (#5) (Han Xiao)

Release Note (0.1.2)

Release time: 2022-01-09 14:26:21

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🍹 Other Improvements

  • [5d78e7bf] - fix release script (Han Xiao)
  • [e5e5419a] - version: the next version will be 0.1.2 (Jina Dev Bot)

Release Note (0.1.3)

Release time: 2022-01-11 09:20:42

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Maximilian Werk, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [09c5c43a] - improve mesh data loading (#25) (felix-wang)

🧼 Code Refactoring

  • [e62c1ad0] - hide get_attributes to private (#18) (Han Xiao)

πŸ“— Documentation

  • [2704500f] - fix sidebar link (#19) (Maximilian Werk)

🍹 Other Improvements

  • [b534fc30] - docs: fix install section in docs (Han Xiao)
  • [9112c5a0] - docs: add contains to docs (Han Xiao)
  • [abbb63b1] - docs: fix doc emoji (Han Xiao)
  • [a4b25698] - remove super long filenames (Han Xiao)
  • [d703b2be] - fix readme (Han Xiao)
  • [a571e003] - version: the next version will be 0.1.3 (Jina Dev Bot)

Release Note (0.1.4)

Release time: 2022-01-11 17:59:01

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Joan Fontanals, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [74b9405a] - add serialization to base64 (#33) (Han Xiao)

🐞 Bug fixes

  • [5c1fb558] - fix match score (#32) (Joan Fontanals)
  • [3a906db9] - array: remove the support of singleton boolean index (#31) (Han Xiao)
  • [79ad2362] - array: fix edge case on single boolean index (#28) (Han Xiao)

🍹 Other Improvements

  • [beeb3226] - docs: add comparision to awkarray and zarr (Han Xiao)
  • [8c39f51c] - version: the next version will be 0.1.4 (Jina Dev Bot)

Release Note (0.1.5)

Release time: 2022-01-12 10:32:57

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [9646bed9] - fix edge case when two elements are strings (#37) (Han Xiao)
  • [e9ce570b] - fix setup manifest (#36) (Han Xiao)
  • [0abf9748] - _id_to_index initialize (#35) (felix-wang)

🍹 Other Improvements

  • [f0d222d5] - version: the next version will be 0.1.5 (Jina Dev Bot)

Release Note (0.1.6)

Release time: 2022-01-12 15:51:07

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [699c041e] - array: auto render in colab and jupyter (#40) (Han Xiao)

🍹 Other Improvements

  • [934d57df] - docs: fix docs what-is banner (Han Xiao)
  • [2761fff8] - docs: fix docs what-is (Han Xiao)
  • [f248a346] - version: the next version will be 0.1.6 (Jina Dev Bot)

Release Note (0.1.7)

Release time: 2022-01-13 11:49:47

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Zhaofeng Miao, David Buchaca Prats, Han Xiao, Alex Cureton-Griffiths, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [edf836d6] - better jupyter notebook support (#44) (Han Xiao)

🐞 Bug fixes

  • [107d2276] - pushpull: allow uploading docarray max size 4GB (#43) (Zhaofeng Miao)
  • [97725ed8] - single doc set in docarray (#42) (David Buchaca Prats)

πŸ“— Documentation

  • [995dbd3a] - readme: polish (#16) (Alex Cureton-Griffiths)

🍹 Other Improvements

  • [0a88bebc] - update readme (Han Xiao)
  • [d41e271f] - version: the next version will be 0.1.7 (Jina Dev Bot)

Release Note (0.1.8)

Release time: 2022-01-14 20:56:09

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Abdulelah Bin Mahfoodh, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [abb332b1] - support pydantic data model (#50) (Han Xiao)
  • [b7e5ce7e] - initial support on pydantic (#49) (Han Xiao)

🐞 Bug fixes

  • [20276727] - allow bind projector server to host (#48) (Abdulelah Bin Mahfoodh)
  • [e0224632] - default dict from/to protobuf (#47) (Han Xiao)

🍹 Other Improvements

  • [b3debdea] - docs: support pydantic data model (Han Xiao)
  • [d764341e] - version: the next version will be 0.1.8 (Jina Dev Bot)

Release Note (0.2.0)

Release time: 2022-01-16 12:56:12

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🧼 Code Refactoring

  • [5b2ea94d] - change content field name (#53) (Han Xiao)
  • [fca35a0e] - array: use extend in add improve docs (#51) (Han Xiao)

🍹 Other Improvements

  • [f27c40cc] - bump to 0.2 (Han Xiao)
  • [03fa1201] - update docs (Han Xiao)
  • [cfd74703] - version: the next version will be 0.1.9 (Jina Dev Bot)

Release Note (0.3.0)

Release time: 2022-01-17 17:18:50

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a96787e2] - use schema-ed json as default to_dict/json (#57) (Han Xiao)

🍹 Other Improvements

  • [86b03f3f] - docs: update notebook support docs (#55) (felix-wang)
  • [8098eebd] - version: the next version will be 0.2.1 (Jina Dev Bot)

Release Note (0.3.1)

Release time: 2022-01-18 14:06:03

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [e179ef61] - document: serialize tag value in the correct priority (#60) (Han Xiao)

🍹 Other Improvements

  • [f5c013fc] - fix typo (Han Xiao)
  • [be9ea860] - update changelog (Han Xiao)
  • [57c289b4] - version: the next version will be 0.3.1 (Jina Dev Bot)

Release Note (0.3.2)

Release time: 2022-01-18 20:30:43

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [cbd5fd0f] - document: complete the schema for namedscore (#65) (Han Xiao)
  • [79c13a09] - document: serialize blob with base64 in dict/json (#63) (Han Xiao)

🍹 Other Improvements

  • [34156700] - version: the next version will be 0.3.2 (Jina Dev Bot)

Release Note (0.3.3)

Release time: 2022-01-19 09:06:16

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [0f425260] - array: allow plot to use uri or tensor as the source (#66) (Han Xiao)

🍹 Other Improvements

  • [624b5032] - version: the next version will be 0.3.3 (Jina Dev Bot)

Release Note (0.4.0)

Release time: 2022-01-19 14:03:45

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a97bd8f9] - v1 streaming protocol (#62) (David Buchaca Prats)

🍹 Other Improvements

  • [fcfddd3b] - docs: fix typo in docs (Han Xiao)
  • [8503535f] - version: the next version will be 0.3.4 (Jina Dev Bot)

Release Note (0.4.1)

Release time: 2022-01-19 16:07:51

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🍹 Other Improvements

  • [1b786969] - docs: fix typo in docs (Han Xiao)
  • [c6e1b9f0] - version: the next version will be 0.4.1 (Jina Dev Bot)

Release Note (0.4.2)

Release time: 2022-01-20 06:12:09

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [66ceeda5] - array: move hubble url to inline (#67) (Han Xiao)

🍹 Other Improvements

  • [a1b29976] - version: the next version will be 0.4.2 (Jina Dev Bot)

Release Note (0.4.3)

Release time: 2022-01-23 09:47:40

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Delgermurun, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [d840d301] - document: constructor overload (#74) (Delgermurun)
  • [412930d7] - pydantic: turn on pydantic smart union (#73) (felix-wang)

🍹 Other Improvements

  • [ecf89c4a] - version: the next version will be 0.4.3 (Jina Dev Bot)

Release Note (0.4.4)

Release time: 2022-01-24 12:47:02

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Joan Fontanals, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [06cd577e] - change pydantic model optional id (#77) (Joan Fontanals)

🍹 Other Improvements

  • [7a868d3b] - version: the next version will be 0.4.4 (Jina Dev Bot)

Release Note (0.5.0)

Release time: 2022-02-02 19:40:40

πŸ™‡ We'd like to thank all contributors for this new release! In particular, felix-wang, Han Xiao, AlaeddineAbdessalem, samsja, Winston Wong, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [2a80abf7] - advanced pq indexer (#87) (felix-wang)
  • [f55fb473] - storage option (#78) (Winston Wong)
  • [ab788b22] - add sqlite storage backend (#69) (Han Xiao)

🐞 Bug fixes

  • [2d5e93b2] - del with ids (#79) (samsja)
  • [95d9f5a5] - document: fix feature hash mixin (#85) (Han Xiao)
  • [d127742a] - sqlite: allow sqlite to work in mp/mt context (#80) (Han Xiao)

🧼 Code Refactoring

  • [1ed4ddd5] - deps: move cicd requirement to extra_requires (#82) (Han Xiao)

πŸ“— Documentation

  • [63573adb] - store: add documentation for storage backend (#88) (Han Xiao)

🏁 Unit Test and CICD

  • [3c4ba0be] - sqlite: add more test to cover sqlite backend (#81) (Han Xiao)

🍹 Other Improvements

  • [9ba25f83] - finish storage document array todos (#90) (AlaeddineAbdessalem)
  • [4c81e6d5] - version: the next version will be 0.4.5 (Jina Dev Bot)

Release Note (0.5.1)

Release time: 2022-02-03 18:10:42

πŸ™‡ We'd like to thank all contributors for this new release! In particular, AlaeddineAbdessalem, Han Xiao, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [569f8716] - allow empty to get kwargs (#91) (David Buchaca Prats)

⚑ Performance Improvements

  • [4c05919a] - implement append to avoid invalidating id2offset (#94) (AlaeddineAbdessalem)

🐞 Bug fixes

  • [bd343d8c] - fix summary for storage backends (#92) (AlaeddineAbdessalem)

πŸ“— Documentation

  • [8db14ffb] - store: add documentation for storage backend (#95) (Han Xiao)

🍹 Other Improvements

  • [74ce8610] - version: the next version will be 0.5.1 (Jina Dev Bot)

Release Note (0.5.2)

Release time: 2022-02-04 15:37:55

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [a72a18d0] - store: change default serialization protocol to pickle (#97) (Han Xiao)

🍹 Other Improvements

  • [f3f3de45] - version: the next version will be 0.5.2 (Jina Dev Bot)

Release Note (0.5.3)

Release time: 2022-02-08 18:15:03

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Wang Bo, Han Xiao, Winston Wong, AlaeddineAbdessalem, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [d1184e45] - embed: transformer embed support (#96) (Wang Bo)
  • [b032047e] - find method (#93) (David Buchaca Prats)

🐞 Bug fixes

  • [1fe53b6e] - decrease batch_size of weaviate client (#102) (AlaeddineAbdessalem)

🧼 Code Refactoring

  • [646ace86] - backend: change weaviate config (#103) (Han Xiao)

πŸ“— Documentation

  • [8ef12517] - address comment (#100) (Winston Wong)

🍹 Other Improvements

  • [46f80d67] - docs: fix typo in pydantic section (Han Xiao)
  • [ab7d6da8] - version: the next version will be 0.5.3 (Jina Dev Bot)

Release Note (0.6.0)

Release time: 2022-02-09 20:56:24

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a39ae690] - graphql support (#107) (Han Xiao)

🍹 Other Improvements

  • [4e026565] - version: the next version will be 0.5.4 (Jina Dev Bot)

Release Note (0.6.1)

Release time: 2022-02-10 13:32:08

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Winston Wong, felix-wang, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [b0f7d8a5] - store: weaviate da del behavior (#104) (Winston Wong)

πŸ“— Documentation

  • [2ed1f722] - add docs for weaviate da (#108) (Winston Wong)

🍹 Other Improvements

  • [8e0cd106] - docs: update readme (Han Xiao)
  • [a30cafd1] - fix pqlite (#101) (felix-wang)
  • [4fb2b67e] - version: the next version will be 0.6.1 (Jina Dev Bot)

Release Note (0.6.2)

Release time: 2022-02-14 12:27:31

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Tobias Jacobowitz, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [74a5e1c0] - use utf-8 encoding for csv reading (#112) (Tobias Jacobowitz)

πŸ“— Documentation

🍹 Other Improvements

  • [55ebb173] - fix dependency (Han Xiao)
  • [b9061998] - remove unused file (Han Xiao)
  • [d6b4e3e4] - version: the next version will be 0.6.2 (Jina Dev Bot)

Release Note (0.6.3)

Release time: 2022-02-14 13:04:52

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Joan Fontanals, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [82d035dd] - no newline argument for windows (#113) (Joan Fontanals)

🍹 Other Improvements

  • [deaa2ab4] - version: the next version will be 0.6.3 (Jina Dev Bot)

Release Note (0.7.0)

Release time: 2022-02-18 15:35:34

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Joan Fontanals, Mohammad Kalim Akram, Winston Wong, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [d046425a] - max_rel args in evaluation (#120) (Mohammad Kalim Akram)

🧼 Code Refactoring

  • [0cdf5930] - small refactor on Offset2ID (#122) (Joan Fontanals)
  • [444ae47c] - array: change primary view to dict and 2nd view to list (#116) (AlaeddineAbdessalem)

πŸ“— Documentation

  • [4173fa5b] - update docs (#126) (AlaeddineAbdessalem)

🏁 Unit Test and CICD

  • [1b33521c] - restore feature hashing test params (#121) (AlaeddineAbdessalem)
  • [bf74ec60] - reduce test time (#118) (Winston Wong)
  • [e8be5b8f] - enable traverse mixin tests for storages (#115) (Winston Wong)

🍹 Other Improvements

  • [34b057a6] - bump version (Han Xiao)
  • [e7401285] - fix type hint by following python standard json (#124) (Han Xiao)
  • [c9f872c7] - use cloud push pull in readme (Han Xiao)
  • [97866c6d] - version: the next version will be 0.6.4 (Jina Dev Bot)

Release Note (0.7.1)

Release time: 2022-02-22 17:12:02

πŸ™‡ We'd like to thank all contributors for this new release! In particular, cristian, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [5b083f7e] - array: add exclude in from_files (#134) (Han Xiao)

πŸ“— Documentation

  • [c8fc4b8e] - fix typo (#133) (cristian)
  • [8fe03dc8] - jina: add jina integration section (#129) (Han Xiao)

🍹 Other Improvements

  • [88ac69ff] - Revert "test: reduce test time (#118)" (#127) (Han Xiao)
  • [72425afe] - version: the next version will be 0.7.1 (Jina Dev Bot)

Release Note (0.7.2)

Release time: 2022-02-23 17:25:51

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Winston Wong, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [721ca753] - integrate match and find function (#110) (felix-wang)

🐞 Bug fixes

  • [6932ed46] - tags pydantic (#137) (felix-wang)

🧼 Code Refactoring

  • [07b0c5ec] - array: refactor autoboxing in find and _find (#139) (Han Xiao)

🏁 Unit Test and CICD

  • [3a15fb38] - enable more tests for getset mixin (#135) (Winston Wong)

🍹 Other Improvements

  • [66e533f8] - version: the next version will be 0.7.2 (Jina Dev Bot)

Release Note (0.7.3)

Release time: 2022-02-24 16:23:34

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [e5a4ed59] - array: add jpg support to converters (#140) (Han Xiao)

🐞 Bug fixes

  • [bf135471] - notebook: remove files prefix in notebook support (Han Xiao)

🍹 Other Improvements

  • [8bb3dc07] - version: the next version will be 0.7.3 (Jina Dev Bot)

Release Note (0.8.0)

Release time: 2022-02-25 20:22:07

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Andrey Vasnetsov, David Buchaca Prats, felix-wang, Delgermurun, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [fd15f054] - storage: add Qdrant support (#99) (Andrey Vasnetsov)
  • [fac597e6] - add compression and protocol in file name (#138) (David Buchaca Prats)

🐞 Bug fixes

  • [b5649e61] - notebook: remove files prefix in notebook support (#148) (Han Xiao)
  • [354d2e43] - array: fix text getter (#142) (Han Xiao)
  • [01b39769] - match: exclude_self (#147) (felix-wang)
  • [d502925a] - pushpull: raise error if push failed (#144) (Delgermurun)

🍹 Other Improvements

  • [85b0fd2f] - bump version (Han Xiao)
  • [367b007b] - version: the next version will be 0.7.4 (Jina Dev Bot)

Release Note (0.8.1)

Release time: 2022-02-25 22:01:18

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [cd99c485] - array: storage info in summary (#149) (Han Xiao)

🍹 Other Improvements

  • [d01fe858] - version: the next version will be 0.8.1 (Jina Dev Bot)

Release Note (0.8.2)

Release time: 2022-02-28 13:29:06

πŸ™‡ We'd like to thank all contributors for this new release! In particular, David Buchaca Prats, samsja, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [f68fe7b4] - graphql: strawberry to input (#141) (samsja)

🐞 Bug fixes

  • [da0d84b0] - bug with del with bool mask (#154) (David Buchaca Prats)

🍹 Other Improvements

  • [8f8998cd] - version: the next version will be 0.8.2 (Jina Dev Bot)

Release Note (0.8.3)

Release time: 2022-02-28 20:20:29

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [78cadd08] - weaviate: remove ndim requirement in weaviate (#159) (Han Xiao)
  • [fd1f0f9a] - support torch.Tensor and other embeddings in match (#158) (AlaeddineAbdessalem)

🧼 Code Refactoring

  • [454fce03] - split client config into separate parameters (#155) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [97b6bea0] - version: the next version will be 0.8.3 (Jina Dev Bot)

Release Note (0.8.4)

Release time: 2022-03-02 08:35:50

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🧼 Code Refactoring

  • [5ad00c00] - setup: add common install (#164) (Han Xiao)

🍹 Other Improvements

  • [62c20a97] - version: the next version will be 0.8.4 (Jina Dev Bot)

Release Note (0.8.5)

Release time: 2022-03-02 12:33:33

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a35f49a6] - array: improve pull cache add pbar to map (#165) (Han Xiao)

🍹 Other Improvements

  • [2ee63f44] - fix docs layout (Han Xiao)
  • [a2dfc32e] - version: the next version will be 0.8.5 (Jina Dev Bot)

Release Note (0.8.6)

Release time: 2022-03-02 13:51:59

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [cb05fb32] - array: fix summary function on none (#166) (Han Xiao)

🍹 Other Improvements

  • [40705a44] - version: the next version will be 0.8.6 (Jina Dev Bot)

Release Note (0.8.7)

Release time: 2022-03-03 07:43:05

πŸ™‡ We'd like to thank all contributors for this new release! In particular, David Buchaca Prats, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [3b169d4d] - add from to dict io (#160) (David Buchaca Prats)
  • [45a35a54] - DocumentArray pull out columns (#162) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [c0ffa595] - version: the next version will be 0.8.7 (Jina Dev Bot)

Release Note (0.8.8)

Release time: 2022-03-03 09:54:51

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🍹 Other Improvements

  • [df59998e] - Revert "feat: add from to dict io (#160)" (#167) (Han Xiao)
  • [b15ae100] - version: the next version will be 0.8.8 (Jina Dev Bot)

Release Note (0.8.9)

Release time: 2022-03-04 11:16:25

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [a38e0fc5] - protobuf: add arg for compatible ndarray type (#169) (Han Xiao)

🍹 Other Improvements

  • [2dfa095c] - version: the next version will be 0.8.9 (Jina Dev Bot)

Release Note (0.8.10)

Release time: 2022-03-04 11:59:09

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Andrey Vasnetsov, Jina Dev Bot, πŸ™‡

🍹 Other Improvements

  • [b2645541] - update qdrant to v0.6.0 (#170) (Andrey Vasnetsov)
  • [887c318e] - version: the next version will be 0.8.10 (Jina Dev Bot)

Release Note (0.8.11)

Release time: 2022-03-04 14:46:40

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, David Buchaca Prats, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [01b903c9] - correct file not found error (#171) (David Buchaca Prats)

🍹 Other Improvements

  • [8b68d291] - fix readme (Han Xiao)
  • [d7062b75] - version: the next version will be 0.8.11 (Jina Dev Bot)

Release Note (0.9.0)

Release time: 2022-03-07 18:05:08

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [85fa4b4e] - query language supporting filter (#150) (felix-wang)

🐞 Bug fixes

  • [50722a82] - set doc id first (#175) (felix-wang)
  • [2196082c] - rename pqlite to annlite (#151) (felix-wang)

🧼 Code Refactoring

  • [62b816ad] - dataclass: follow the order of dataclass field on assign (Han Xiao)
  • [371eb746] - dataclass: follow the order of dataclass field on assign (#176) (Han Xiao)

🍹 Other Improvements

  • [a4e5a387] - version: the next version will be 0.8.12 (Jina Dev Bot)

Release Note (0.9.1)

Release time: 2022-03-08 09:32:57

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, David Buchaca Prats, felix-wang, Jina Dev Bot, πŸ™‡

⚑ Performance Improvements

  • [c02a97a7] - improve doc init speed (#179) (Han Xiao)

πŸ“— Documentation

  • [5078e1e4] - fix field value in annlite construction (#178) (David Buchaca Prats)

🍹 Other Improvements

  • [a045b376] - add docstr for filter function (#177) (felix-wang)
  • [fbde0622] - update docs (Han Xiao)
  • [3cf7d776] - version: the next version will be 0.9.1 (Jina Dev Bot)

Release Note (0.9.2)

Release time: 2022-03-08 14:40:18

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [4918cb3a] - array: add post interface (#181) (Han Xiao)
  • [774d0ce1] - add more comparison/logic ops (#180) (felix-wang)

🍹 Other Improvements

  • [2a6d44c1] - version: the next version will be 0.9.2 (Jina Dev Bot)

Release Note (0.9.3)

Release time: 2022-03-09 09:31:45

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Winston Wong, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [4539a2ca] - array: add batch_size (#182) (Han Xiao)

🏁 Unit Test and CICD

  • [77924777] - enable evaluate mixin tests for backends (#174) (Winston Wong)

🍹 Other Improvements

  • [a4d1d4ef] - fix docs link (Han Xiao)
  • [0b94e524] - fix test host address (Han Xiao)
  • [88fb9d77] - version: the next version will be 0.9.3 (Jina Dev Bot)

Release Note (0.9.4)

Release time: 2022-03-09 17:04:47

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

⚑ Performance Improvements

  • [3e4bebee] - optimize Document init (#184) (Han Xiao)

🍹 Other Improvements

  • [fc06231d] - remove any mention of traverse_flat (Han Xiao)
  • [bb15a511] - version: the next version will be 0.9.4 (Jina Dev Bot)

Release Note (0.9.5)

Release time: 2022-03-10 11:50:30

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Sha Zhou, David Buchaca Prats, Jina Dev Bot, πŸ™‡

⚑ Performance Improvements

  • [62bb751a] - speedup id construction time (#191) (David Buchaca Prats)

πŸ“— Documentation

  • [09f43036] - qabot: fix flash on ios and disappear on search&404 page (#186) (Sha Zhou)

🍹 Other Improvements

  • [80c186a4] - version: the next version will be 0.9.5 (Jina Dev Bot)

Release Note (0.9.6)

Release time: 2022-03-11 17:46:49

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

⚑ Performance Improvements

  • [e9f26c72] - array: reduce memory footprint of pushpull (#195) (Han Xiao)

🍹 Other Improvements

  • [47d69869] - fix progressbar description (Han Xiao)
  • [78ea85f0] - version: the next version will be 0.9.6 (Jina Dev Bot)

Release Note (0.9.7)

Release time: 2022-03-14 07:58:57

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Winston Wong, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [5a0e365f] - array: add post parameters (#196) (Han Xiao)
  • [49404ff1] - add $exists logic (#192) (felix-wang)

🏁 Unit Test and CICD

  • [01f38d09] - fix failing tests (#193) (Winston Wong)

🍹 Other Improvements

  • [a36aeeac] - version: the next version will be 0.9.7 (Jina Dev Bot)

Release Note (0.9.8)

Release time: 2022-03-14 10:06:33

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, felix-wang, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [4ee76110] - add ci vendor detection (#200) (Han Xiao)
  • [34ad3fd3] - collate function in embed function (#187) (felix-wang)

🐞 Bug fixes

  • [c4d9a85a] - exist validate (#199) (felix-wang)

🏁 Unit Test and CICD

  • [b19bdddf] - disable weaviate test in plot (Han Xiao)

🍹 Other Improvements

  • [f1287e36] - fix readme (Han Xiao)
  • [c12c93af] - update readme (Han Xiao)
  • [582c784b] - version: the next version will be 0.9.8 (Jina Dev Bot)

Release Note (0.9.9)

Release time: 2022-03-14 17:33:29

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Joan Fontanals, Jina Dev Bot, πŸ™‡

🧼 Code Refactoring

  • [387f4eb4] - array: make type hint overload more clear (#203) (Han Xiao)

πŸ“— Documentation

  • [4be7b1a2] - change one default question (#198) (Joan Fontanals)

🍹 Other Improvements

  • [3bd35b9c] - fix type hint (Han Xiao)
  • [e8c01e37] - version: the next version will be 0.9.9 (Jina Dev Bot)

Release Note (0.9.10)

Release time: 2022-03-15 12:49:35

πŸ™‡ We'd like to thank all contributors for this new release! In particular, felix-wang, Shubham Saboo, Joan Fontanals, Andrey Vasnetsov, Jina Dev Bot, πŸ™‡

πŸ“— Documentation

  • [81c436ab] - array: add docs for find function (#197) (felix-wang)
  • [a6d11a1f] - fix docker-compose command (#204) (Andrey Vasnetsov)

🏁 Unit Test and CICD

  • [1b5f536d] - simplify post test (#201) (Joan Fontanals)

🍹 Other Improvements

  • [6427f42c] - add learning bootcamp call to action (#202) (Shubham Saboo)
  • [c1c99e0f] - version: the next version will be 0.9.10 (Jina Dev Bot)

Release Note (0.9.11)

Release time: 2022-03-16 11:44:19

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [7d5c3ade] - ws scheme (#211) (Han Xiao)
  • [3380b3be] - ws scheme (#210) (Han Xiao)

πŸ“— Documentation

  • [62bc8bee] - add weaviate minimum working example (#206) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [db651675] - add mwu to qdrant (Han Xiao)
  • [a3538ee1] - bump weaviate version (Han Xiao)
  • [178d4441] - fix typo (Han Xiao)
  • [ff2e9f13] - version: the next version will be 0.9.11 (Jina Dev Bot)

Release Note (0.9.12)

Release time: 2022-03-16 17:14:06

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [a57d9774] - array: fix save and load json behaviour (#205) (AlaeddineAbdessalem)
  • [2b535b2f] - array: scheme offset (Han Xiao)

🍹 Other Improvements

  • [397d349b] - improve docs on arbitrary json (Han Xiao)
  • [74d7bcb1] - improve docs on attribute setter (Han Xiao)
  • [a7233417] - version: the next version will be 0.9.12 (Jina Dev Bot)

Release Note (0.9.13)

Release time: 2022-03-16 17:16:08

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Jina Dev Bot, πŸ™‡

🍹 Other Improvements

  • [37287c8e] - version: the next version will be 0.9.13 (Jina Dev Bot)

Release Note (0.9.14)

Release time: 2022-03-17 10:09:54

πŸ™‡ We'd like to thank all contributors for this new release! In particular, David Buchaca Prats, felix-wang, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [e6a078d6] - document: allow eq to include ndarray comparison (David Buchaca Prats)
  • [1e9e945e] - use remote_load on http uri (#212) (felix-wang)

🍹 Other Improvements

  • [44b622a2] - add laura video to weaviate docs (Han Xiao)
  • [08568a9f] - version: the next version will be 0.9.14 (Jina Dev Bot)

Release Note (0.9.15)

Release time: 2022-03-19 14:04:08

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [1ae1ffa8] - add rich traceback handler as default (#215) (Han Xiao)

🍹 Other Improvements

  • [5c33132c] - version: the next version will be 0.9.15 (Jina Dev Bot)

Release Note (0.9.16)

Release time: 2022-03-21 21:11:32

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Aziz Belaweid, Jina Dev Bot, πŸ™‡

⚑ Performance Improvements

  • [4b70e5ad] - array: improve pull speed (#217) (Han Xiao)

🏁 Unit Test and CICD

  • [3f4774af] - distance: unit tests for distance (#216) (Aziz Belaweid)

🍹 Other Improvements

  • [eb92f14d] - version: the next version will be 0.9.16 (Jina Dev Bot)

Release Note (0.9.17)

Release time: 2022-03-22 19:53:12

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Aziz Belaweid, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [3944abc0] - plot: fix display on datauri image (#219) (Han Xiao)

🏁 Unit Test and CICD

  • [bdf34f34] - add more tolerance (#218) (Aziz Belaweid)

🍹 Other Improvements

  • [bbbf8816] - version: the next version will be 0.9.17 (Jina Dev Bot)

Release Note (0.9.18)

Release time: 2022-03-22 22:00:03

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [6d2093ff] - document: set content field to none clear all attributes (#220) (Han Xiao)

🍹 Other Improvements

  • [14be8f16] - version: the next version will be 0.9.18 (Jina Dev Bot)

Release Note (0.10.0)

Release time: 2022-03-28 12:05:42

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, David Buchaca Prats, Aziz Belaweid, Wang Bo, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [482dcbf5] - array: add elastic storage support (#207) (David Buchaca Prats)
  • [5a8544a7] - multi modal document (#188) (AlaeddineAbdessalem)

🐞 Bug fixes

  • [2eee6c55] - encode and decode only once (#223) (AlaeddineAbdessalem)

🧼 Code Refactoring

  • [6dcd7f1b] - array: unify summary fn on diff backends (#230) (Han Xiao)
  • [c19f057c] - simplify da type checking (#224) (Wang Bo)

🏁 Unit Test and CICD

  • [0c891f80] - multimodal: more code coverage (#226) (Aziz Belaweid)
  • [c2e8173f] - fix cd pipeline (Han Xiao)
  • [60d1665c] - add blacken docs precommit hook (Han Xiao)

🍹 Other Improvements

  • [5eb6150f] - version bump (Han Xiao)
  • [fda457bb] - reformat code (#227) (Han Xiao)
  • [d559f29a] - add cas logo in the navbar (Han Xiao)
  • [21520e46] - version: the next version will be 0.9.19 (Jina Dev Bot)

Release Note (0.10.1)

Release time: 2022-03-28 21:00:05

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [807bdb11] - document: visualize embedding and tensor via colorbox (#232) (Han Xiao)

🍹 Other Improvements

  • [dd2b17f1] - version: the next version will be 0.10.1 (Jina Dev Bot)

Release Note (0.10.2)

Release time: 2022-03-29 09:31:36

πŸ™‡ We'd like to thank all contributors for this new release! In particular, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [e332420e] - fix PIL dependency (#234) (AlaeddineAbdessalem)

🏁 Unit Test and CICD

  • [876b4dad] - add basic import test (#235) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [2af5af3b] - version: the next version will be 0.10.2 (Jina Dev Bot)

Release Note (0.10.4)

Release time: 2022-03-30 14:27:25

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, David Buchaca Prats, Roshan Jossy, πŸ™‡

πŸ†• New Features

  • [f86043ba] - array: add the usage of context manager (David Buchaca Prats)

πŸ“— Documentation

  • [99193656] - tracking: add scarf tracking (#231) (Roshan Jossy)

🍹 Other Improvements

  • [b8e8d407] - docs: update limitations in storage backend (Han Xiao)
  • [972a6a7a] - update setup.py (Han Xiao)
  • [ba044a4f] - fix readme badge (Han Xiao)

Release Note (0.10.5)

Release time: 2022-03-30 20:55:17

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Jina Dev Bot, πŸ™‡

🍹 Other Improvements

  • [5f1ba5d8] - docs: add remark for cpu-gpu map (Han Xiao)
  • [0f03fed2] - fix readme (Han Xiao)
  • [e98ae020] - update readme (Han Xiao)
  • [c21a14db] - version: the next version will be 0.10.5 (Jina Dev Bot)

Release Note (0.11.0)

Release time: 2022-03-31 10:19:15

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [b4659369] - array: allow external pool in map/apply (#242) (Han Xiao)

🧼 Code Refactoring

  • [c552fdf0] - array: use list for DocumentArrayInMemory (#239) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [38f4afaf] - update changelog (Han Xiao)
  • [168c3055] - bump version (Han Xiao)
  • [3e547dbf] - update readme (Han Xiao)
  • [d3eb591b] - docs: add remark for cpu-gpu map (Han Xiao)
  • [f7defbcd] - version: the next version will be 0.10.6 (Jina Dev Bot)

Release Note (0.11.1)

Release time: 2022-03-31 14:15:10

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [1762acc7] - document: fix embedding display with rich (#245) (Han Xiao)
  • [0cae644f] - remove flakyness from elastic tests (#243) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [ee3ac166] - fix docs (Han Xiao)
  • [8bb70c2e] - fix readme (Han Xiao)
  • [4722268e] - version: the next version will be 0.11.1 (Jina Dev Bot)

Release Note (0.11.2)

Release time: 2022-04-02 15:42:25

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [64fbcf7a] - array: add data loader (#248) (Han Xiao)

πŸ“— Documentation

  • [ce491111] - update extend docs (#246) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [10fa6b83] - fix readme (Han Xiao)
  • [527ffccc] - version: the next version will be 0.11.2 (Jina Dev Bot)

Release Note (0.11.3)

Release time: 2022-04-05 20:04:57

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, Delgermurun, David Buchaca Prats, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [ab7aebd2] - hubble: push/pull user authentication (#238) (Delgermurun)

🐞 Bug fixes

  • [57213910] - torch store embedding (#247) (David Buchaca Prats)

🧼 Code Refactoring

  • [3025a421] - array: remove customize error (#254) (Han Xiao)
  • [50c14b14] - dataclass: fix types registry to lambda (#252) (Han Xiao)
  • [7d4b022a] - dataclass: fix types registry to lambda (#251) (Han Xiao)
  • [c78d6acd] - document: styling and minor refactor on dataclass (#249) (Han Xiao)

🏁 Unit Test and CICD

  • [d1ed4290] - qdrant broken pipe error (#250) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [225fafe4] - docs: fix docs (Han Xiao)
  • [83881e24] - version: the next version will be 0.11.3 (Jina Dev Bot)

Release Note (0.12.0)

Release time: 2022-04-07 11:36:13

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [6e4f6985] - documnet: hide underscore attr in plot (#255) (Han Xiao)

🧼 Code Refactoring

  • [941c8a0d] - only allow selection of attributes with bracket (#260) (AlaeddineAbdessalem)
  • [c84b9dea] - dataclass: remove field_name simplify getter/setter (#258) (Han Xiao)
  • [749ff2c2] - dataclass: remove field_name simplify getter/setter (#257) (Han Xiao)
  • [d532588c] - dataclass: allow dataclass takes obj directly (#253) (Han Xiao)

πŸ“— Documentation

  • [134bb1e9] - dataclass: add clip example (#264) (Han Xiao)
  • [a8c6fa61] - dataclass: add access modality chapter (#261) (Han Xiao)
  • [08e0a127] - fix push/pull (#256) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [6b72917f] - fix readme (Han Xiao)
  • [30617426] - update readme (Han Xiao)
  • [08d5dde7] - version: the next version will be 0.11.4 (Jina Dev Bot)

Release Note (0.12.1)

Release time: 2022-04-08 12:46:34

πŸ™‡ We'd like to thank all contributors for this new release! In particular, Han Xiao, AlaeddineAbdessalem, Jina Dev Bot, πŸ™‡

🐞 Bug fixes

  • [9c9ef7f2] - improve error message on none embedding (#269) (Han Xiao)
  • [8c7846ea] - support underscore in attribute name (#259) (AlaeddineAbdessalem)

πŸ“— Documentation

  • [fafce1a8] - update access elements (#262) (AlaeddineAbdessalem)
  • [d0173cf0] - improve dataclass docs (#266) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [2265a024] - fix docs page (Han Xiao)
  • [4d94f1c6] - fix banner image (Han Xiao)
  • [eaf43e27] - version: the next version will be 0.12.1 (Jina Dev Bot)

Release Note (0.12.2)

Release time: 2022-04-12 07:30:57

πŸ™‡ We'd like to thank all contributors for this new release! In particular, AlaeddineAbdessalem, Mohammad Kalim Akram, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [f30893db] - upload in batches for elastic (#271) (AlaeddineAbdessalem)
  • [acc76ca3] - plot matching sprite func (#265) (Mohammad Kalim Akram)

🍹 Other Improvements

  • [b9099b12] - version: the next version will be 0.12.2 (Jina Dev Bot)

Release Note (0.12.3)

Release time: 2022-04-13 18:12:59

πŸ™‡ We'd like to thank all contributors for this new release! In particular, AlaeddineAbdessalem, Andrey Vasnetsov, Han Xiao, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [5069dc99] - add hnsw params to storage backends (#272) (AlaeddineAbdessalem)

🧼 Code Refactoring

  • [f62689b4] - adapt to qdrant client 0.7 (#275) (AlaeddineAbdessalem)

🍹 Other Improvements

  • [8c518b3f] - update qdrant to v0.7.0 (#273) (Andrey Vasnetsov)
  • [679bf845] - update readme (Han Xiao)
  • [83fb1378] - version: the next version will be 0.12.3 (Jina Dev Bot)

Release Note (0.12.4)

Release time: 2022-04-14 16:38:37

πŸ™‡ We'd like to thank all contributors for this new release! In particular, cristian, David Buchaca Prats, Jina Dev Bot, πŸ™‡

πŸ†• New Features

  • [d12710c3] - schema for text index and search (#267) (David Buchaca Prats)

🐞 Bug fixes

  • [e8cc5a7b] - ensure limit works in elastic (#279) (David Buchaca Prats)

πŸ“— Documentation

  • [30e6ad6e] - cleanup attribute page (#280) (cristian)

🍹 Other Improvements

  • [9a2ed9ce] - version: the next version will be 0.12.4 (Jina Dev Bot)