From 5c47b0c6a2c5686bd54ab4e3bcd9fdbe5892b32e Mon Sep 17 00:00:00 2001 From: Jai Chopra Date: Mon, 8 May 2023 17:38:08 -0700 Subject: [PATCH 1/2] add youtube transcript example --- docs/src/examples/s3_lambda.md | 6 +++--- docs/src/examples/youtube_transcript_search.md | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 docs/src/examples/youtube_transcript_search.md diff --git a/docs/src/examples/s3_lambda.md b/docs/src/examples/s3_lambda.md index b63201e4..7467d943 100644 --- a/docs/src/examples/s3_lambda.md +++ b/docs/src/examples/s3_lambda.md @@ -14,7 +14,7 @@ We'll also use a container to ship our Lambda code. This is a good option for La # Initial setup: creating a LanceDB Table and storing it remotely on S3 -We'll use the SIFT vector dataset as an example. To make it easier, we've already made a Lance-format SIFT dataset publically available, which we can access and use to populate our LanceDB Table. +We'll use the SIFT vector dataset as an example. To make it easier, we've already made a Lance-format SIFT dataset publicly available, which we can access and use to populate our LanceDB Table. To do this, download the Lance files locally first from: @@ -91,9 +91,9 @@ def handler(event, context): } ``` -# Deploying the container to EKS +# Deploying the container to ECR -The next step is to build and push the container to EKS, where it can then be used to create a new Lambda function. +The next step is to build and push the container to ECR, where it can then be used to create a new Lambda function. It's best to follow the official AWS documentation for how to do this, which you can view here: diff --git a/docs/src/examples/youtube_transcript_search.md b/docs/src/examples/youtube_transcript_search.md new file mode 100644 index 00000000..3c11af38 --- /dev/null +++ b/docs/src/examples/youtube_transcript_search.md @@ -0,0 +1,7 @@ +# YouTube transcript search + +## Search through youtube transcripts using natural language with LanceDB + +youtube transcript search + +This example is in a [notebook](https://github.com/lancedb/lancedb/blob/main/notebooks/youtube_transcript_search.ipynb) From 2a855c9f6a6f308f23f1822b7d217ea6322fddcf Mon Sep 17 00:00:00 2001 From: Jai Chopra Date: Mon, 8 May 2023 17:39:52 -0700 Subject: [PATCH 2/2] update image url --- docs/src/examples/youtube_transcript_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/examples/youtube_transcript_search.md b/docs/src/examples/youtube_transcript_search.md index 3c11af38..82d71b8b 100644 --- a/docs/src/examples/youtube_transcript_search.md +++ b/docs/src/examples/youtube_transcript_search.md @@ -2,6 +2,6 @@ ## Search through youtube transcripts using natural language with LanceDB -youtube transcript search +youtube transcript search This example is in a [notebook](https://github.com/lancedb/lancedb/blob/main/notebooks/youtube_transcript_search.ipynb)