prrao87 commited on
Commit
9d85dfd
·
verified ·
1 Parent(s): 138f5a5

Update README with LanceDB examples

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ print("episodes:", episodes.count_rows())
47
 
48
  ## Load with LanceDB
49
 
50
- 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. Each `.lance` file in `data/` is a table — open by name.
51
 
52
  ```python
53
  import lancedb
 
47
 
48
  ## Load with LanceDB
49
 
50
+ 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. Each `.lance` file in `data/` is a table — open by name.
51
 
52
  ```python
53
  import lancedb