benm5678

Results 15 comments of benm5678

Same issue... is there no way to detect these?!?

We also need it please... helps a lot & can be done via SAM.

Did anyone find a solution? I also struggle with the same whenever my `containers.py` has an object that itself or one of its dependencies is using a Provide[] from the...

I was able to pip install that one... but then the next error came `No module named 'langchain_community.agent_toolkits.connery'` and this one I get an error when trying to install via...

I was able to get past both... for the 2nd one i mentioned, had to upgrade to latest "langchain_community" pkg.

Is there any solution/workaround? I get the same error with various models when deployed to EKS (locally I can run it fine on minikube).

In case it helps, I was facing similar errors trying to host llama2 model on AWS EKS with A10 gpu. First we upgraded Nvidia to latest 5.* driver. Second, I...

> I would highly appreciate this issue being picked up again! > > The issue with the current state of affairs is that AzureChatOpenAI and ChatOpenAI both send requests to...

I'm facing the same issue. I almost get the sense you can only inject objects that don't depend on the container (or any of their dependencies do).... but that makes...

New to python, it's a bit odd to me such a popular language has no good DI framework... this one is the closest, but some issues popping up and no...