Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ Lance is an open-source format designed for multimodal AI data, offering signifi
|
|
| 28 |
- **Efficient Data Evolution**: Add new columns and backfill data without rewriting the entire dataset. This is perfect for evolving ML features, adding new embeddings, or introducing moderation tags over time.
|
| 29 |
- **Versatile Querying**: Supports combining vector similarity search, full-text search, and SQL-style filtering in a single query, accelerated by on-disk indexes.
|
| 30 |
|
| 31 |
-
## Quick Start
|
| 32 |
|
| 33 |
### Load with `datasets.load_dataset`
|
| 34 |
|
|
|
|
| 28 |
- **Efficient Data Evolution**: Add new columns and backfill data without rewriting the entire dataset. This is perfect for evolving ML features, adding new embeddings, or introducing moderation tags over time.
|
| 29 |
- **Versatile Querying**: Supports combining vector similarity search, full-text search, and SQL-style filtering in a single query, accelerated by on-disk indexes.
|
| 30 |
|
| 31 |
+
## Quick Start
|
| 32 |
|
| 33 |
### Load with `datasets.load_dataset`
|
| 34 |
|