mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-15 11:00:41 +00:00
Aesthetic and styling fixes to the SDK reference docs: - [x] Improve readability of LanceDB in the header - [x] Make header more compact, and consistent in gradient color with the main website/docs - [x] Updated favicon to match with the docs page - [x] Enable permalink display to allow users to get anchor links to each function/method - [x] Point readers to the main docs at [docs.lancedb.com](https://docs.lancedb.com)
13 lines
421 B
Markdown
13 lines
421 B
Markdown
# SDK Reference
|
|
|
|
This site contains the API reference for the client SDKs supported by [LanceDB](https://lancedb.com).
|
|
|
|
- [Python](python/python.md)
|
|
- [JavaScript/TypeScript](js/globals.md)
|
|
- [Java](java/java.md)
|
|
- [Rust](https://docs.rs/lancedb/latest/lancedb/index.html)
|
|
|
|
!!! info "LanceDB Documentation"
|
|
|
|
If you're looking for the full documentation of LanceDB, visit [docs.lancedb.com](https://docs.lancedb.com).
|