Skip to content

Releases: cocoindex-io/cocoindex

v0.1.15

26 Mar 16:49
7c590c2

Choose a tag to compare

What's Changed

  • Add UUID type, and support automatically generate stable UUID.
  • Support non-required field for LLM extraction.
  • Storage target setup logic robustness improvement.
  • Also allow collect() taking constant.

Full Changelog: v0.1.14...v0.1.15

v0.1.14

23 Mar 18:18
2108cb0

Choose a tag to compare

What's Changed

  • Support evaluate flow and dump output to files for offline evaluation purpose #194

Full Changelog: v0.1.13...v0.1.14

v0.1.13

22 Mar 02:08
e5a1809

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

18 Mar 23:41
5913d2f

Choose a tag to compare

What's Changed

  • Support for more languages in SplitRecursively.
  • Skip chunks without alphanumeric characters.
  • Add GoogleDrive source.

Full Changelog: v0.1.11...v0.1.12

v0.1.11

16 Mar 01:03

Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.9

13 Mar 23:20
6953931

Choose a tag to compare

What's Changed

  • Use OpArgsResolver to make resolve for multiple input args easier. by @badmonster0 in #120
  • Upgrade babel runtime versions for docs by @badmonster0 in #121
  • Extract Rust<->Python binding logic into a module for reuse by @badmonster0 in #122
  • Robust support for passing constant to functions. by @badmonster0 in #123
  • Update SplitRecursively to take language and chunk sizes dynamically. by @badmonster0 in #124
  • Update the documents about SplitRecursively and transform arguments. by @badmonster0 in #125

Full Changelog: v0.1.8...v0.1.9

v0.1.8

13 Mar 01:25
fea9c77

Choose a tag to compare

What's Changed

Added support for extracting structured information from text by LLM (#27)

See:

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

09 Mar 01:14
fb57ec3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

07 Mar 06:33
9216313

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

06 Mar 23:38
d6a4c25

Choose a tag to compare

What's Changed

  • Correct similarity score for cosine / inner product. by @badmonster0 in #44
  • Leverage pythonize to bypass JSON serialization in Python<->Rust by @badmonster0 in #45
  • Bump Rust dependency versions. by @badmonster0 in #46
  • Make local build/install take precedence over released package. by @badmonster0 in #50
  • Support struct and table types in Python->Rust type encoding. #19 by @badmonster0 in #51

Full Changelog: v0.1.4...v0.1.5