Update s3_lambda.md

This commit is contained in:
Jai
2023-04-26 10:19:27 -07:00
committed by GitHub
parent 0346d5319e
commit 3d3ba913ed

View File

@@ -2,7 +2,7 @@
## Store your data on S3 and use Lambda to compute embeddings and retrieve queries in production easily.
<img id="splash" width="1239" alt="s3-lambda" src="https://user-images.githubusercontent.com/917119/234653050-305a1e90-9305-40ab-b014-c823172a948c.png">
<img id="splash" width="400" alt="s3-lambda" src="https://user-images.githubusercontent.com/917119/234653050-305a1e90-9305-40ab-b014-c823172a948c.png">
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()
}```
}