Tags: cocoindex-io/cocoindex
Tags
feat(cli): enhance flow display with schema rendering support (#427) * feat: add flow schema processing pyfunction * feat: show flow schema in cli command * feat(cli): enhance flow display with schema rendering support * refactor: use Flow pymethod to get schema * refactor: simplify value type handling
feat: beautify show cli command with colorful structured output (#404) * feat: enhance flow string representation with structured output * feat: improve show cli command with colorful structured output * fix: improve error handling in string representation of Flow * refactor: clean up flow format helper logic * feat: implement color highlights using rich for flow formatting * refactor: make reusable helpers in flow format method
feat(types): simplify/clarify data types (KTable, LTable, Vector, rem… …ove `.typing.`) (#405) * feat(types): rename table types List->LTable, Table->KTable, etc. * feat(types): update Python SDK to support using `dict` for `KTable` * test: add a test case for struct-typed KTable key * docs(types): revise documents regarding `KTable` and `LTable` * feat(types): revise representation for `Vector` type * style(types): export types to the `cocoindex.` level * docs(types): update docs for data type
PreviousNext