Merge pull request #16 from lancedb/jaichopra/readme-lance-benchmarking

add Lance benchmarking blog
This commit is contained in:
Chang She
2023-03-30 19:04:44 -07:00
committed by GitHub

View File

@@ -49,4 +49,5 @@ result = table.search([100, 100]).limit(2).to_df()
```
## Blogs, Tutorials & Videos
* 📈 <a href="https://blog.eto.ai/benchmarking-random-access-in-lance-ed690757a826">2000x better performance with Lance over Parquet</a>
* 🤖 <a href="https://github.com/lancedb/lancedb/blob/main/notebooks/youtube_transcript_search.ipynb">Build a question and answer bot with LanceDB</a>