VVaruninvay.hashnode.dev·2d ago · 6 min readMy Hermes Setup: Mini PC Orchestration with Mac-Hosted InferenceI wanted a home AI setup that stayed online without turning my main machine into a server. The mini PC handles routing, state, dashboards, and tools. My Mac handles the heavier local model. Hosted mod00
VVaruninvay.hashnode.dev·May 15 · 12 min readWhen to add LangGraph to a LangChain appOriginally published at: https://varunyadav.com/when-to-add-langgraph-to-a-langchain-app/ LangChain got the agent to use tools. That was the first win. The next problem was harder: the agent needed to02M
VVaruninvay.hashnode.dev·Aug 22, 2022 · 2 min readHow to use Bitbucket pipeline to deploy to Oracle Container Engine For Kubernetes(OKE) with OCI CLI Container Image [Aug 2022]In this post, we will see how to connect Oracle Container Engine for Kubernetes(OKE) from Bitbucket with help of OCI CLI Container Image. Recently, Oracle released OCI CLI image that we can use for this purpose. documentation I have previously writte...00
VVaruninvay.hashnode.dev·Jun 29, 2021 · 3 min readHow I built my site using Next.js, tailwindcssRecently, I created site for sharing and storing daily learnings which are not suitable for blog but can be a snippet. Website is hosted at til.varunyadav.com. You can find source code at github. There are so many things which I see everyday and migh...00
VVaruninvay.hashnode.dev·Jun 9, 2021 · 2 min readHow to use Bitbucket pipeline to deploy to Oracle Container Engine For Kubernetes(OKE)In this post, we will see how to deploy application from Bitbucket to Oracle Container Engine for Kubernetes(OKE). There is no docker image pre exist in Bitbucket Pipeline that has OCI CLI installed in it that we can use it for our purpose. First ste...00