Skip to content

langchain-ai/langchain-nvidia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦜️🔗 LangChain NVIDIA

Packages

This repository contains two packages with NVIDIA integrations with LangChain:

Testing

Cookbooks

See the notebooks in the cookbook directory for examples of using ChatNVIDIA and NVIDIAEmbeddings with LangGraph for agentic RAG and tool-calling agents.

Studio

See the studio directory to test the agentic RAG workflow in LangGraph Studio.

Simply load the studio directory in LangGraph Studio and click the "Run" button with an input question.

This will run agentic RAG where it first reflects on the question to decide whether to use web search or vectorstore retrieval. It also grades retrieved documents as well as generated answers.

Screenshot 2024-12-04 at 11 19 54 AM