Ben Lackey
Ben Lackey
We're having the same issue with it blocking Neo4j ports. Apparently 80, 443 and 53 are open. Keep in mind this isn't incoming traffic it's blocking but outgoing. The reason...
I'm seeing the same metadata size issue. I'm trying to stuff a 90k python script into cloud-init and we don't seem to allow that: ``` Error: Error applying plan: 1...
If you're curious, here's where it's blowing up (take a look at the build.sh command). I think I'm going to drop markdown-pp and just do some simple sh stuff. https://github.com/benofben/the_intelligent_property_investor/tree/c223885325dfd80c77b09b893f797012e3820eb9
As I analyzed above, the security argument is specious. Since I wrote the above analysis, we've stopped using SageMaker Studio Lab entirely. With this limitation it's largely useless. It's a...
One option would be to have this lab be the very last one. We fire off the notebook and then wrap.
An alternative would be to find another example to showcase the vector search, ideally with the Form 13 data set the labs focus on.
The current lab seems to want the embeddings to be pre computed. That's the Julia Child thing we were avoiding in these labs, instead walking through how everything was done...
The semantic search lab is going to use the same Form 13 data set we use elsewhere. We'll compute the embedding in the GDS lab as before. But now we'll...
We're dropping the GDS lab. Instead we ought to find a way to cut runtime for this lab down to 15 minutes. We could prebake the embeddings but it'd be...
Ezhil cut the lab down and that works now in a real account. But the free trial has a quota that we're hitting. Trying to figure, out a workaround.