From 3d3ba913ed6b7217caaa08b8a2a7a0093aecd8f2 Mon Sep 17 00:00:00 2001 From: Jai Date: Wed, 26 Apr 2023 10:19:27 -0700 Subject: [PATCH] Update s3_lambda.md --- docs/src/examples/s3_lambda.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/examples/s3_lambda.md b/docs/src/examples/s3_lambda.md index 58e93b0d..d25242b3 100644 --- a/docs/src/examples/s3_lambda.md +++ b/docs/src/examples/s3_lambda.md @@ -2,7 +2,7 @@ ## Store your data on S3 and use Lambda to compute embeddings and retrieve queries in production easily. -s3-lambda +s3-lambda This is a great option if you're wanting to scale with your use case and save effort and costs of maintenance. @@ -71,4 +71,4 @@ def handler(event, context): "Content-Type": "application/json" }, "body": rs.to_pandas().to_json() - }``` + }