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.
概述
集成详情
设置
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.
安装
实例化
用法
在链中使用
API 参考
For detailed documentation of allNVIDIARAGRetriever features and configurations head to the API reference.
Related topics
- NVIDIA Provider Page
ChatNVIDIAintegrationNVIDIAEmbeddingsintegration- NVIDIA RAG Blueprint documentation
连接这些文档到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

