Supported SDKs
Python, Typescript and Rust SDKs are officially supported by LanceDB.| SDK Reference | Description |
|---|---|
| Python SDK | Full-featured Python client with pandas & numpy integration |
| Typescript SDK | A Typescipt wrapper around the Rust library, built with napi-rs |
| Rust SDK | Native Rust library with persistent-storage and high performance |
Examples in other languages
Other language SDKs are available through examples or third-party contributions.| SDK Examples | Description |
|---|---|
| Java API Quickstart | Streamline REST API interactions in Java |