Update README.md

This commit is contained in:
Jai
2023-03-24 12:16:44 -07:00
committed by GitHub
parent 69fd80e9f2
commit 6906a5f912

View File

@@ -48,5 +48,5 @@ table = db.create_table("my_table",
result = table.search([100, 100]).limit(2).to_df()
```
## Tutorials
## Blogs, Tutorials & Videos
* 🤖 <a href="https://github.com/lancedb/lancedb/blob/main/notebooks/youtube_transcript_search.ipynb">Build a question and answer bot with LanceDB</a>