Avnish Yadav โ February 22, 2026 ยท 8 MIN READBuilding Long-Term Memory: Setting Up Vector Databases for Semantic Search in LangChainLLMs have a context limit; your data doesn't. Learn how to implement vector databases in LangChain to enable semantic search and build robust RAG pipelines.
Technical TutorialsBeyond Built-ins: Architecting Custom Tools in LangChainAvnish Yadav โ February 22, 2026 ยท 7 MIN READBeyond Built-ins: Architecting Custom Tools in LangChainStandard LangChain tools handle the basics, but production agents need to touch internal APIs and proprietary logic. Here is a deep dive into building robust, Pydantic-validated custom tools.