mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 13:22:58 +00:00
We aren't yet ready to switch over the examples since almost all JS examples rely on embeddings and we haven't yet ported those over. However, this makes it possible for those that are interested to start using `@lancedb/lancedb`
9 lines
322 B
Markdown
9 lines
322 B
Markdown
# API Reference
|
|
|
|
The API reference for the LanceDB client SDKs are available at the following locations:
|
|
|
|
- [Python](python/python.md)
|
|
- [JavaScript (legacy vectordb package)](javascript/modules.md)
|
|
- [JavaScript (newer @lancedb/lancedb package)](js/modules.md)
|
|
- [Rust](https://docs.rs/lancedb/latest/lancedb/index.html)
|