Skip to content

Releases: cocoindex-io/cocoindex

v0.1.63

06 Jul 07:21
d03a584
Compare
Choose a tag to compare

What's Changed

  • example: add a paper metadata extraction example by @georgeh0 in #701
  • feat(cli): add more hints for live mode and clarify existing ones by @georgeh0 in #702

Full Changelog: v0.1.62...v0.1.63

v0.1.62

06 Jul 03:11
64140b6
Compare
Choose a tag to compare

What's Changed

  • fix(postgres): fix INSERT statements when no value fields by @georgeh0 in #699
  • chore: make CLI output more clear to avoid confusion by @georgeh0 in #700

Full Changelog: v0.1.61...v0.1.62

v0.1.61

06 Jul 00:45
777a5ee
Compare
Choose a tag to compare

What's Changed

  • feat(flow-control): basic flow control for source #rows by @georgeh0 in #694
  • cleanup: remove deprecated @cocoindex.main_fn by @badmonster0 in #695
  • fix(split): output transformed char offset for range by @georgeh0 in #698

Full Changelog: v0.1.60...v0.1.61

v0.1.60

04 Jul 22:57
22cab1d
Compare
Choose a tag to compare

What's Changed

  • chore(types): consolidate binding supports for various basic types by @georgeh0 in #692
  • docs(types): revise doc for cocoindex types to make it more clear by @badmonster0 in #693

Full Changelog: v0.1.59...v0.1.60

v0.1.59

04 Jul 16:44
2cef6a6
Compare
Choose a tag to compare

What's Changed

  • feat(llm): Add vLLM Support by @par4m in #683
  • fix(union-type): properly decode Union types for non-trivial cases by @badmonster0 in #688
  • docs(union-types): update docs for union type support by @badmonster0 in #690

Full Changelog: v0.1.58...v0.1.59

v0.1.58

02 Jul 21:54
7105afc
Compare
Choose a tag to compare

What's Changed

  • feat(duration): support fractional values in ISO8601 parsing by @lemorage in #679
  • feat: add transform method to FlowBuilder by @lemorage in #675
  • fix(indexer): remove deleted source entry from map by @georgeh0 in #684
  • fix(stats): make stats more interpretable by @georgeh0 in #685
  • fix: fully clear in-memory states for deleted source entry by @georgeh0 in #686

Full Changelog: v0.1.57...v0.1.58

v0.1.57

02 Jul 06:23
14da9da
Compare
Choose a tag to compare

What's Changed

  • Provide in-process API and convenient CLI options for setup / drop (#639)
    • feat(setup): provide internal logic for in-place setup by @georgeh0 in #677
    • feat(setup): provide API / CLI options to apply setup in-process by @georgeh0 in #678
    • feat(setup-api): update and officially expose setup API by @georgeh0 in #681
  • Make sentence_transformers an optional dependency by @theparthgupta in #674

New Contributors

Full Changelog: v0.1.56...v0.1.57

v0.1.56

28 Jun 19:47
c4c0ba7
Compare
Choose a tag to compare

What's Changed

  • fix(postgres): double quote field names to avoid keyword colission by @badmonster0 in #671
  • fix(setup): restore check for setup up-to-date before evaluation by @badmonster0 in #672

Full Changelog: v0.1.55...v0.1.56

v0.1.55

28 Jun 05:59
5c6188d
Compare
Choose a tag to compare

What's Changed

  • feat: add content hash support for change detection in source processing by @vumichien in #629
  • feat(cli): add auto-reload for server command by @lemorage in #664
  • feat(split): add line/column to output of SplitRecursively by @badmonster0 in #668
  • docs(style): clean up style for data/spec field types by @badmonster0 in #669
  • Migrated custom UUID conversion logic to pyo3.uuid package by @SaiSakthidar in #663

New Contributors

Full Changelog: v0.1.54...v0.1.55

v0.1.54

22 Jun 21:00
ba758a1
Compare
Choose a tag to compare

What's Changed

  • feat: support union type for basic types by @chardoncs in #510
  • EmbedText function, with OpenAI, Gemini and Voyage support
  • feat: python type binding convertibility for basic types by @badmonster0 in #649
  • fix(py-sdk): fix type annotations by @badmonster0 in #644

New Contributors

Full Changelog: v0.1.53...v0.1.54