prrao87 commited on
Commit
826147e
·
verified ·
1 Parent(s): 2e04182

Update README with LanceDB examples

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ print(ds.count_rows(), ds.schema.names, ds.list_indices())
61
 
62
  ## Load with LanceDB
63
 
64
- These tables can also be consumed by [LanceDB](https://lancedb.github.io/lancedb/), the serverless vector database built on Lance, for simplified vector search and other queries.
65
 
66
  ```python
67
  import lancedb
 
61
 
62
  ## Load with LanceDB
63
 
64
+ 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.
65
 
66
  ```python
67
  import lancedb