Skip to content

Tags: cocoindex-io/cocoindex

Tags

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stop building for `armv7` and avoid `bindgen` for `aws-lc-rs`. (#168)

v0.1.11

Toggle v0.1.11's commit message
Remove dependency on `tree-sitter-scss`: doesn't build for Windows.

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent non-included files to be fetched in `LocalFile` source. (#141)

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the documents about `SplitRecursively` and `transform` argumen…

…ts. (#125)

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust build containers again to make it work. (#119)

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use custom code to convert Rust values to Python so bytes are bytes (#75

)

Previously we're using the `Serialize` so bytes become base64 strings

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bunch of serialization fixes in Python SDK (#54)

* Fix serialization for Table type in Python SDK.

* Fix serialization for `CheckSetupStatusOptions` in python SDK.

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support struct and table types in Python->Rust type encoding. #19 (#51)

* Code cleanups for basic type encoding in Python SDK.

* Support struct and table types in Python->Rust type encoding. #19

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable evaluation cache in the readonly evaluation API. (#42)

* Cleanup unnecessary casts.

* Enable evaluation cache in the readonly evaluation API.

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable cache in `SentenceTransformerEmbed` and `PdfToMarkdown`. (#16)

* Enable cache for `SentenceTransformerEmbed`.

* Enable cache for `PdfToMarkdown` in `pdf_embedding` example.