From 69fd80e9f27669fc83b04336735659daa040fe63 Mon Sep 17 00:00:00 2001 From: Jai Date: Fri, 24 Mar 2023 12:09:16 -0700 Subject: [PATCH 1/2] 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 From 6906a5f9122ca465f3df3849740c8b1b600c3c23 Mon Sep 17 00:00:00 2001 From: Jai Date: Fri, 24 Mar 2023 12:16:44 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59c525a..89d9bee1 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,5 @@ table = db.create_table("my_table", result = table.search([100, 100]).limit(2).to_df() ``` -## Tutorials +## Blogs, Tutorials & Videos * 🤖 Build a question and answer bot with LanceDB