Stream Events One of the biggest pain points with agents and other complex chains is streaming – not just of tokens, but of other events. We've added a new `stream_events` method to make this super easy As @waseemhnyc put it recently, you want to stream:
– current step
@langchain
-

Stream Events Method for AI Agents and Complex Chains
By
–
-
LangChain QA with RAG and Advanced Retrieval Techniques
By
–
two pages id check out: QA with RAG, a page covering lot of different concept related to this use case: https://
python.langchain.com/docs/use_cases
/question_answering/
… Retrieval: a page covering advanced retrieval techniques: https://
python.langchain.com/docs/modules/d
ata_connection/retrievers/
… -

Fireworks AI Partnership Brings Free Smaller Models to Playground
By
–
We will look into it! in the meantime, we've partnered with @FireworksAI_HQ to bring a lot of those smaller models to the playground for free
-
LangGraph: Eight New Videos for Building AI Agents
By
–
We've added eight videos to help get started building with LangGraph Intro video to discuss what and why LangGraph is
Two different common agent run times
Five different examples of modifications to those agent runtimes -

LangGraph Official Launch: Building AI Agents Framework
By
–
LangGraph We introduced LangGraph last week, but are excited to launch it more officially today (blog and YouTube series). It includes: Example of replicating the LangChain AgentExecutor
A chat agent executor (aimed specifically at chat models) LangGraph makes it easy -
Debugging RAG Apps: From Prototype to Production
By
–
It's easy to get a prototype of a RAG app up and running… but going to production is a lot harder Is the retrieval step messing up? Does the prompt need to be improved? Debugging RAG apps can be complicated. @curious_kaylynn just published a great video on how to do it more
-

LangServe Templates Neo4J Production Deployment Launch
By
–
Rapid deployment of LangServe templates: Neo4J Support for production has been one of the biggest needs we've heard consistently from developers. We've added ~100 templates that work out-of-the-box as deployable apps using LangServe. Today, we're releasing a hands-on video
-

Pinecone Serverless: Lower Costs, Better Latency, Effortless Scaling
By
–
RAG with Pinecone Serverless Congrats to our friends at @pinecone for the recent launch of Pinecone Serverless! This has a few benefits for developers, including usage-base-pricing (>10x lower costs), improved latency, and effortless scaling (no more pods or storage limits).
-

LangChain v0.1 Graph QnA: Learning LLM Integration
By
–
Graph QnA with LangChain v0.1 @tb_tomaz has some of the best content out there on how to use LLMs to interact with graphs Over the weekend, he updated all his content to use LangChain v0.1 Perfect opportunity to jump in and start learning https://
github.com/tomasonjo/blog
s/tree/master/llm
… -

Building Question Answering Apps for Audio Data
By
–
Good quick overview of how to build a question/answering app over audio data!