Commit Graph

2 Commits

Author SHA1 Message Date
JinYan Su d2fa93dfb2
refactor(store): move python bidning to `pybind_client` (#723)
* refactor(store): replace SliceBuffer with BufferHandle in Python bindings

* refactor(store_py): introduce PyClient and wrapper class for Python bindings

* fix

Signed-off-by: Jinyang Su <751080330@qq.com>

---------

Signed-off-by: Jinyang Su <751080330@qq.com>
2025-08-11 14:09:42 +08:00
JinYan Su d41591f3c7
docs(store): add Python API documentation for mooncake store (#646)
* docs(store): add Python API documentation for mooncake store

* docs: add Python API reference link

* Update docs/source/mooncake-store-api/python-binding.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* docs: add zero-copy and preferred segment allocation documentation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-22 15:07:42 +08:00