diff --git a/README.md b/README.md index c1aabee7..f59c525a 100644 --- a/README.md +++ b/README.md @@ -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 +* 🤖 Build a question and answer bot with LanceDB