Update README with LanceDB examples
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ print(ds.count_rows(), ds.schema.names, ds.list_indices())
|
|
| 66 |
|
| 67 |
## Load with LanceDB
|
| 68 |
|
| 69 |
-
These tables can also be consumed by [LanceDB](https://lancedb.github.io/lancedb/), the
|
| 70 |
|
| 71 |
```python
|
| 72 |
import lancedb
|
|
|
|
| 66 |
|
| 67 |
## Load with LanceDB
|
| 68 |
|
| 69 |
+
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.
|
| 70 |
|
| 71 |
```python
|
| 72 |
import lancedb
|