From 69fd80e9f27669fc83b04336735659daa040fe63 Mon Sep 17 00:00:00 2001 From: Jai Date: Fri, 24 Mar 2023 12:09:16 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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