4/ New to LangGraph? Check out the intro video:
@langchain
-

WebVoyager: End-to-End Web Agent with Large Multimodal Models
By
–
WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models WebVoyager is a new kind of web-browsing agent, developed by Hongliang He, @wyu_nd
, et. al. Powered by large multi-modal models, like GPT-4V, it uses browser screenshots to conduct research, analyze -

RAG From Scratch: New Video Series on LLM Integration
By
–
RAG From Scratch: series focused on understanding the RAG landscape RAG is central for LLM application development, connecting LLMs to external data sources. But, the pace of innovation and new approaches makes it challenging to keep up. We're launching a new video
-

LangGraph Adds Built-in Persistence for AI Agents
By
–
LangGraph: Persistence LangGraph comes with built in persistence. This means you can easily add "memory" to any LangGraph agents This is done by passing in a checkpointer to a LangGraph object. Then, the state of all runs are saved via that checkpointer We added an example
-

LangChain Deep Dive: LLMs, Agents, and Evaluations with Lance Martin
By
–
GenAI solutions with LangChain: Lance Martin on LLMs, agents, evals, and more! Thanks to @neo4j for having our very own @RLanceMartin on their http://
GraphStuff.FM podcast! A great deep and technical dive into a lot of advanced topics! https://
graphstuff.fm/episodes/genai
-solutions-with-langchain-lance-martin-on-llms-agents-evals-and-more
… -

YouTube Recap: OpenGPTs and Local RAG with Nomic AI
By
–
YouTube Recap We released two awesome YouTube videos this week. Great videos to watch and catch up on this weekend if you've got the time! How to Use and Build OpenGPTs: https://
youtube.com/watch?v=HAn9vn
Jy6S4
… Build Local RAG with @nomic_ai embeddings: https://
youtube.com/watch?v=2nLDe_
igVnE
… -
LangChain 0.1.x Upgrade: Neo4j’s New Patterns Guide
By
–
Looking to upgrade from LangChain 0.0.x to 0.1.x? Our friends @neo4j just did while updating their Python Graphacademy + LLMs course. The changes are backwards compatible, but there are a few new recommended patterns Martin goes over – worth a read!
-

Lumos: RAG LLM Co-pilot for Web Browsing with Local Models
By
–
Lumos: A RAG LLM co-pilot for browsing the web, powered by local LLMs Use Cases
Summarize long threads
Summarize news articles
Ask questions about pages Awesome stuff by @andrewnguonly Repo: https://
github.com/andrewnguonly/
Lumos
… -
Build Chat PDF App with LangChain OpenAI Streamlit
By
–
Build a Chat PDF app in Python with LangChain, OpenAI, and Streamlit In this tutorial, you'll learn how to build a project by using Langchain and Streamlit to develop GUI-based ChatGPT for your PDF documents. Code: https://
github.com/strongSoda/cha
t-with-pdf-tutorial
… YouTube: -

Evaluating LLM Applications: LangSmith Features
By
–
"Is my LLM application getting better or worse over time?" This is one of the biggest questions that AI engineers struggle with. Evaluation of LLM application is still quite difficult. We've recently released two features in LangSmith to make this easier First, to help