Datasets:
Update README with LanceDB examples
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ print(ds.count_rows(), ds.schema.names, ds.list_indices())
|
|
| 62 |
|
| 63 |
## Load with LanceDB
|
| 64 |
|
| 65 |
-
These tables can also be consumed by [LanceDB](https://lancedb.github.io/lancedb/), the
|
| 66 |
|
| 67 |
```python
|
| 68 |
import lancedb
|
|
|
|
| 62 |
|
| 63 |
## Load with LanceDB
|
| 64 |
|
| 65 |
+
These tables can also be consumed by [LanceDB](https://lancedb.github.io/lancedb/), the multimodal lakehouse and embedded search library built on top of Lance, for simplified vector search and other queries.
|
| 66 |
|
| 67 |
```python
|
| 68 |
import lancedb
|