Update README.md

This commit is contained in:
Jai
2023-03-24 12:09:16 -07:00
committed by GitHub
parent 5af64d72f3
commit 69fd80e9f2

View File

@@ -47,3 +47,6 @@ table = db.create_table("my_table",
{"vector": [5.9, 26.5], "item": "bar", "price": 20.0}])
result = table.search([100, 100]).limit(2).to_df()
```
## Tutorials
* 🤖 <a href="https://github.com/lancedb/lancedb/blob/main/notebooks/youtube_transcript_search.ipynb">Build a question and answer bot with LanceDB</a>