NVIDIARAGRetriever connects LangChain to a running NVIDIA RAG Blueprint server and retrieves relevant documents via the /v1/search endpoint. It supports sync and async retrieval, reranking, query rewriting, and metadata filtering.
Overview
Integration details
Setup
NVIDIARAGRetriever requires a running NVIDIA RAG Blueprint server. Refer to the NVIDIA RAG Blueprint documentation for deployment instructions. By default the server listens on http://localhost:8081 and expects at least one ingested collection in its vector database.
No API key is required for the retriever; authentication is handled by the RAG server.
Installation
Instantiation
Usage
Use within a chain
API reference
For detailed documentation of allNVIDIARAGRetriever features and configurations head to the API reference.
Related topics
- NVIDIA Provider Page
ChatNVIDIAintegrationNVIDIAEmbeddingsintegration- NVIDIA RAG Blueprint documentation
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

