prrao87 commited on
Commit
7a10721
·
verified ·
1 Parent(s): 83d05a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (Lance)
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