Skip to content

Tags: cocoindex-io/cocoindex

Tags

v0.1.32

Toggle v0.1.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(port): use `localhost:9876/cocoindex` as default prefix (#434)

* feat(port): use `localhost:9876/cocoindex` as default prefix

* chore: change port to `49344` (`0xc0c0`)

v0.1.31

Toggle v0.1.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.30

Toggle v0.1.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): avoid CLI loading env var too early with code cleanup (#422)

v0.1.29

Toggle v0.1.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.28

Toggle v0.1.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: specify alias to deserialize to be compatible with old stored da…

…ta (#406)

v0.1.27

Toggle v0.1.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.26

Toggle v0.1.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(neo4j)!: add `ReferencedNode` as declaration (#374)

v0.1.25

Toggle v0.1.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(neo4j): rename spec type names for graph, for clarity (#354)

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(async-fn): allow `prepare` to be async; rs always call py in asy…

…nc (#351)

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure building core types for list element struct with full info (#…

…336)