TSThirumurthi Sinthirumurthi.hashnode.dev·5d ago · 2 min readVS Code configured with ollama LLM Model in Chat session running in localRecently VS code started supporting Any LLM Provider, for more info refer this video. With reference to the video, wanted to use the local ollama container with llama3.2 model in the VS code chat sess00
TSThirumurthi Sinthirumurthi.hashnode.dev·Jun 1 · 9 min readRAG system in Spring AI and Langflow using Qdrant Vector StorageThe motivation of the article is use AI with my financial statements as context and ask questions around those. In order to build everything locally had to use RAG approach. The statements in this cas00
TSThirumurthi Sinthirumurthi.hashnode.dev·May 4 · 23 min readApache Kafka with Apicurio Schema registryIn this article have detailed the steps on configuring Apache Kafka in a KinD cluster. To work with schema registry includes steps to configure simple Apicurio schema registry using Apicurio operator00
TSThirumurthi Sinthirumurthi.hashnode.dev·Mar 9 · 14 min readDownload container extract the multi-image tar.gz file and load to artifactory Recently was exploring options to save container images locally as tar file and load programmatically using Golang to locally deployed Nexus Sonatype artifactory. In this case instead of using the doc00
TSThirumurthi Sinthirumurthi.hashnode.dev·Mar 9 · 9 min readDocker nexus registry backed with SSL and using image in kind clusterIn this article have deployed Nexus Sonatype in docker with docker compose to demonstrate publishing images and deploying to kind cluster. The motivation behind this is an approach to copy container i00