You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bunch of serialization fixes in Python SDK (#54)
* Fix serialization for Table type in Python SDK.
* Fix serialization for `CheckSetupStatusOptions` in python SDK.
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
Enable cache in `SentenceTransformerEmbed` and `PdfToMarkdown`. (#16)
* Enable cache for `SentenceTransformerEmbed`.
* Enable cache for `PdfToMarkdown` in `pdf_embedding` example.