How Dataherald Makes Natural Language to SQL Easy Editor's Note: we're excited to feature this guest post from the Dataherald team. Text-to-SQL is a HUGE use case, and Dataherald
Plan-and-Execute Agents Plan and execute agents promise faster, cheaper, and more performant task execution over previous agent designs. Learn how to build 3 types of planning agents in LangGraph in this post.
BCG X Releases AgentKit, a Full-Stack Starter Kit for Building Constrained Agents Editor's Note: We're very excited to share this work by BCG. We've worked closely with the BCG over the
LangChain Partners with CommandBar on their Copilot User Assistant CommandBar is a user assistance platform that helps software companies make their products easy to use by capturing and predicting user intent, and then delivering
Meet Connery: An Open-Source Plugin Infrastructure for OpenGPTs and LLM apps Editor's Note: this blog was written by Michael Liebmann and Volodymyr Machula, co-founders of Connery. Connery is an open-source framework for creating integrations
Generating Usable Text with AI Editor's Note: This post was written by Mutt Data through LangChain's Partner Program. Introduction Overview In our previous discussions, we not
OpenGPTs Key Links: * OpenGPTs GitHub Repo * OpenGPTs Walkthrough on YouTube * LangGraph: Python, JS A little over two months ago, on the heels of OpenAI dev day,
LangChain partners with Elastic to launch the Elastic AI Assistant Elastic, a leading search analytics company, serving over 20k customers worldwide, enables organizations to securely harness search-powered AI so anyone can find the answers they
Mental Health Therapy as an LLM State Machine Editor's Note: this blog post was written by Chris from Sonia Health. We're particularly excited to highlight this for a few
How Mendable leverages LangSmith to debug Tools & Actions Editor's Note: this blog is from Nicolas Camara, CTO @ Mendable. Mendable.ai is a platform helping enterprise teams answer technical questions with AI.
LangGraph: Multi-Agent Workflows Links * Python Examples * JS Examples * YouTube Last week we highlighted LangGraph - a new package (available in both Python and JS) to better enable creation
LangGraph TL;DR: LangGraph is module built on top of LangChain to better enable creation of cyclical graphs, often needed for agent runtimes. * Python Repo * Python