Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.28 KB

🦜️🔗 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