|
3 | 3 |
|
4 | 4 | <img width="257" alt="Lance Logo" src="https://user-images.githubusercontent.com/917119/199353423-d3e202f7-0269-411d-8ff2-e747e419e492.png">
|
5 | 5 |
|
6 |
| -**Modern columnar data format for ML. Convert from Parquet in 2-lines of code for 100x faster random access, a vector index, data versioning, and more.<br/>** |
7 |
| -**Compatible with pandas, DuckDB, Polars, and pyarrow with more integrations on the way.** |
| 6 | +**Modern columnar data format for ML. Convert from Parquet in 2-lines of code for 100x faster random access, zero-cost schema evolution, rich secondary indices, versioning, and more.<br/>** |
| 7 | +**Compatible with Pandas, DuckDB, Polars, Pyarrow, and Ray with more integrations on the way.** |
8 | 8 |
|
9 | 9 | <a href="https://lancedb.github.io/lance/">Documentation</a> •
|
10 | 10 | <a href="https://blog.lancedb.com/">Blog</a> •
|
11 | 11 | <a href="https://discord.gg/zMM32dvNtd">Discord</a> •
|
12 |
| -<a href="https://twitter.com/lancedb">Twitter</a> |
| 12 | +<a href="https://x.com/lancedb">X</a> |
13 | 13 |
|
14 | 14 | [CI]: https://github.com/lancedb/lance/actions/workflows/rust.yml
|
15 | 15 | [CI Badge]: https://github.com/lancedb/lance/actions/workflows/rust.yml/badge.svg
|
@@ -44,7 +44,7 @@ The key features of Lance include:
|
44 | 44 |
|
45 | 45 | * **Zero-copy, automatic versioning:** manage versions of your data without needing extra infrastructure.
|
46 | 46 |
|
47 |
| -* **Ecosystem integrations:** Apache Arrow, Pandas, Polars, DuckDB and more on the way. |
| 47 | +* **Ecosystem integrations:** Apache Arrow, Pandas, Polars, DuckDB, Ray, Spark and more on the way. |
48 | 48 |
|
49 | 49 | > [!TIP]
|
50 | 50 | > Lance is in active development and we welcome contributions. Please see our [contributing guide](docs/contributing.rst) for more information.
|
@@ -263,6 +263,6 @@ Lance is currently used in production by:
|
263 | 263 |
|
264 | 264 | * [Designing a Table Format for ML Workloads](https://blog.lancedb.com/designing-a-table-format-for-ml-workloads/), Feb 2025.
|
265 | 265 | * [Transforming Multimodal Data Management with LanceDB, Ray Summit](https://www.youtube.com/watch?v=xmTFEzAh8ho), Oct 2024.
|
266 |
| -* [https://blog.lancedb.com/lance-v2/](https://blog.lancedb.com/lance-v2/), Apr 2024. |
| 266 | +* [Lance v2: A columnar container format for modern data](https://blog.lancedb.com/lance-v2/), Apr 2024. |
267 | 267 | * [Lance Deep Dive](https://drive.google.com/file/d/1Orh9rK0Mpj9zN_gnQF1eJJFpAc6lStGm/view?usp=drive_link). July 2023.
|
268 | 268 | * [Lance: A New Columnar Data Format](https://docs.google.com/presentation/d/1a4nAiQAkPDBtOfXFpPg7lbeDAxcNDVKgoUkw3cUs2rE/edit#slide=id.p), [Scipy 2022, Austin, TX](https://www.scipy2022.scipy.org/posters). July, 2022.
|
0 commit comments