Releases: cocoindex-io/cocoindex
Releases · cocoindex-io/cocoindex
v0.1.63
v0.1.62
v0.1.61
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
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
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
What's Changed
- feat(duration): support fractional values in ISO8601 parsing by @lemorage in #679
- feat: add
transform
method toFlowBuilder
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
What's Changed
- Provide in-process API and convenient CLI options for setup / drop (#639)
- Make sentence_transformers an optional dependency by @theparthgupta in #674
New Contributors
- @theparthgupta made their first contribution in #674
- @georgeh0 made their first contribution in #677
Full Changelog: v0.1.56...v0.1.57
v0.1.56
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
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
- @SaiSakthidar made their first contribution in #663
Full Changelog: v0.1.54...v0.1.55
v0.1.54
What's Changed
- feat: support union type for basic types by @chardoncs in #510
EmbedText
function, with OpenAI, Gemini and Voyage support- feat(embed-text): add
EmbedText
for OpenAI and Gemini by @badmonster0 in #645 - fix: check reqwest response status code is 200 by @badmonster0 in #646
- fix: only pass down
output_dimension
when not default by @badmonster0 in #647 - feat(text-embed): add support for Voyage embedding model by @badmonster0 in #648
- feat(embed-text): add
- feat: python type binding convertibility for basic types by @badmonster0 in #649
- fix(py-sdk): fix type annotations by @badmonster0 in #644
New Contributors
- @chardoncs made their first contribution in #510
Full Changelog: v0.1.53...v0.1.54