Vibhor Guptavibhorgupta.hashnode.dev·Dec 20, 2024Understanding LangChain and Vector Databases: A Beginner's GuideIntroduction In the ever-evolving landscape of artificial intelligence and machine learning, new tools and concepts often emerge, making it crucial for developers and enthusiasts to stay informed. One such tool that has gained attention is LangChain....langchain
Mojtaba Malekimojtabamaleki.hashnode.dev·Dec 19, 2024Introduction to LangGraphIntroduction to LangGraph LangGraph is built on top of LangChain and is primarily focused on creating agents or agentic workflows. While it has other uses, agents are its main purpose. What Are Agents? Agents utilize a large language model (LLM) to d...2 likeslanggraph
Mrunmay ShelarforLangDB Blogblog.langdb.ai·Dec 19, 2024Optimizing Multi-Agent Workflows: Monitoring and Tracing using LangDB AI Gateway and LangChainAgents are redefining the future of AI workflows, offering a dynamic approach to problem-solving by leveraging the power of multiple models and tools. In this blog, we’ll dive into building a multi-agent workflow using LangDB AI Gateway and LangChain...54 readsAI
Alexandre Donciu-Julindev.alexdjulin.ovh·Dec 18, 2024Bringing Alice to Life in 7 DaysGithub repo This is an in-depth presentation of my final project at Ironhack AI Engineering Bootcamp, November 2024. https://www.youtube.com/watch?v=VuDmY0BEN10 Meet Alice, your personal AI Librarian! Alice isn’t just any chatbot — she’s a next-lev...1 likelangchain
Henry Aduhenryadu.hashnode.dev·Dec 16, 2024Step-by-Step Guide to Local RAG with Ollama's Gemma 2, and LangChain.dartIntroduction to Local RAG What is Retrieval-Augmented Generation (RAG)? The core idea is to enhance the generative capabilities of language models by incorporating external knowledge retrieved from a document store or database. This approach is very ...38 readsLangChainRAG
Mrunmay ShelarforLangDB Blogblog.langdb.ai·Dec 16, 2024How to Integrate LangChain with LangDBLangDB integrates seamlessly with libraries like LangChain to provide advanced tracing and logging support for workflows, allowing developers to streamline the development process while maintaining detailed logs. If you're familiar with LangChain, ad...39 readslangchain
Nikhil Akkinikhilakki.in·Dec 14, 2024The Rise of AI Butlers: How LLM Agents are Reshaping Human-AI InteractionIntroduction The landscape of artificial intelligence is witnessing a revolutionary transformation with the emergence of LLM (Large Language Model) Agents. Unlike traditional chat-bots that simply respond to queries, these AI agents act as autonomous...Python Developmentmsautogen
Jamessilent-byte.hashnode.dev·Dec 13, 2024Part 1: Getting Started with LangchainWhat is Langchain: LangChain is a framework for developing applications powered by large language models (LLMs). What is large language model: A large language model (LLM) is a type of artificial intelligence (AI) program that can recognize and gener...Building AI Powered Applications With Langchainlangchain
NovitaAInovita.hashnode.dev·Dec 13, 2024Leveraging Novita AI API Key with LangChain: A Comprehensive GuideIn the rapidly evolving world of AI development, integrating powerful language models into applications has become a crucial skill. This article explores the synergy between Novita AI's API and LangChain, offering developers a practical guide to stre...Artificial Intelligence
Arbash Hussaincckeh.hashnode.dev·Dec 9, 2024Building Chatbots with Memory Capabilities: A Comprehensive Tutorial with LangChain, LangGraph, Gemini AI, and MongoDBIntroduction Chatbots are revolutionizing our interactions with technology. In this blog, we’ll guide you through building a chatbot using LangChain, Gemini AI, LangGraph, and MongoDB. This system will have memory capabilities, allowing it to retain ...1 like·109 readsGenerative AIMachine Learning