Skip to content

Commit f0823de

Browse files
committed
update readme to include blogs
1 parent 48d2dd7 commit f0823de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<img width="257" alt="Lance Logo" src="https://user-images.githubusercontent.com/917119/199353423-d3e202f7-0269-411d-8ff2-e747e419e492.png">
55

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.**
88

99
<a href="https://lancedb.github.io/lance/">Documentation</a> •
1010
<a href="https://blog.lancedb.com/">Blog</a> •
1111
<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>
1313

1414
[CI]: https://github.com/lancedb/lance/actions/workflows/rust.yml
1515
[CI Badge]: https://github.com/lancedb/lance/actions/workflows/rust.yml/badge.svg
@@ -44,7 +44,7 @@ The key features of Lance include:
4444

4545
* **Zero-copy, automatic versioning:** manage versions of your data without needing extra infrastructure.
4646

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.
4848

4949
> [!TIP]
5050
> 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:
263263

264264
* [Designing a Table Format for ML Workloads](https://blog.lancedb.com/designing-a-table-format-for-ml-workloads/), Feb 2025.
265265
* [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.
267267
* [Lance Deep Dive](https://drive.google.com/file/d/1Orh9rK0Mpj9zN_gnQF1eJJFpAc6lStGm/view?usp=drive_link). July 2023.
268268
* [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

Comments
 (0)