Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-22 | 842 Bytes | |
v0.1.71 source code.tar.gz | 2025-07-22 | 10.5 MB | |
v0.1.71 source code.zip | 2025-07-22 | 10.6 MB | |
Totals: 3 Items | 21.1 MB | 0 |
What's Changed
- feat(conversion): add LTable and KTable decoders for list and dict bindings by @vumichien in https://github.com/cocoindex-io/cocoindex/pull/767
- Python SDK supports annotating argument relationship
- feat(attr): expose Python API to configure arg relation attributes by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/784
- refactor: rename
related_arg_attr
toarg_relationship
for clarify by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/786 - docs: add documents for
related_arg_attr
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/787 - docs: minor fix for representation of vector type dimension by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/782
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v0.1.70...v0.1.71