Skip to main content
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.

安装

实例化

Key parameters:

用法

Async retrieval is also supported:

在链中使用

API 参考

For detailed documentation of all NVIDIARAGRetriever features and configurations head to the API reference.