Connecting Neon Database with Langchain and forming Q&A systemI have previously covered interacting with SQL database (click here), but in that blog I used SQLite. Typically for production grade…6d ago6d ago
Building Conditional Chains in LangChain: Auto-Responding to Feedback with Sentiment AnalysisImagine you’re building a smart assistant that can read customer feedback, understand whether it’s positive or negative, and craft the…Apr 10Apr 10
AI — MicroSaaS — what to learn?Disclaimer first up! I did not write this blog but I prompted various GTP’s like chatGPT, Grok, Gemini etc and I am sharing with you the…Mar 6Mar 6
LangSmith, What, Why, How?LangSmith is a platform for building production-grade LLM applications. It allows you to closely monitor and evaluate your application, so…Feb 21Feb 21
Choosing the Right Data Platform: Databricks vs. Microsoft Fabric for BusinessesWhen selecting a data platform, the choice often comes down to the specific needs and goals of your organization. Databricks and Microsoft…Jan 181Jan 181
After creating small projects with RAG, what next to learn?This question is darting my mind after I have learnt building small RAG applications on Streamlit. This is an open ended article which I…Nov 12, 2024Nov 12, 2024
PromptTemplate and ChatPromptTemplate ExplainedYou can get the definition of Prompt over the internet but net net, Prompt is a basic building block of a #Langchain code. It provides a…Jul 23, 20242Jul 23, 20242
Cricket Podcast Using CrewAI Agentic WorkflowCricket has been not just a sport but my first love. Cricket commentators and podcasters carry a special place within the Cricketing…Jul 10, 2024Jul 10, 2024
Understanding MessagePlaceholder Vs RunnableWithMessageHistoryIn the context of LangChain, RunnableWithMessageHistory and MessagePlaceholder serve different purposes related to managing and utilizing…Jun 22, 2024Jun 22, 2024