Releases: lancedb/lancedb
Releases · lancedb/lancedb
v0.1.2 Docs, cloud storage, and rust
In this release we've enabled support for cloud storage. Now you can store the LanceDB table directly on S3 or GS buckets.
We've also begun work on a Rust core in LanceDB as well for improved performance.
We'd love to hear from you!
What's Changed
- Rust core directory by @eddyxu in #49
- add new feature to readme.md by @jaichopra in #52
- also update docs index by @jaichopra in #53
- update tagline by @jaichopra in #55
- Add method to get the URI scheme to support cloud storage by @changhiskhan in #58
Full Changelog: v0.1.1...v0.1.2
v0.1.1 Docs, bugs, configurable distance metrics
Welcome @wilhelmjung to the LanceDB contributor community!
Based on community feedback, we added a lot more documentation about the ANN index and querying features.
We also made the distance metric configurable (currently supports L2 and Cosine, more to come).
What's Changed
- add ann_index to main doc page by @gsilvestrin in #38
- Update index.md by @wilhelmjung in #39
- skipping embeddings rate limit when python version > 3.10 by @gsilvestrin in #37
- Minor notebook fix. Closes #40 by @changhiskhan in #45
- Make distance metric configurable in LanceDB by @changhiskhan in #47
- Add more detailed docs for the ANN index and search features by @changhiskhan in #46
New Contributors
- @wilhelmjung made their first contribution in #39
Full Changelog: v0.1...v0.1.1
v0.1 Hello World
What's Changed
- invalidate cached dataset after create_index and add by @changhiskhan in #26
- [DOC] basic operations by @changhiskhan in #32
- [Doc] Pandas, Parrow, DuckDB integration by @eddyxu in #31
- [DOC] embedding function documentation by @changhiskhan in #33
- expose methods to work with versioning in tables by @changhiskhan in #35
- [DOC] ann indexes documentation by @gsilvestrin in #36
- Add mode to overwrite table if already exists by @changhiskhan in #34
New Contributors
Full Changelog: v0.0.4...v0.1