NVIDIARetriever for NVIDIA RAG Blueprint /search endpoint.
Connects to a containerized NVIDIA RAG server that exposes the /v1/search endpoint. Supports all DocumentSearch API parameters.
Base exception for NVIDIA RAG retriever errors.
Raised when the RAG server endpoint is unreachable.
Common causes:
Raised when the RAG server returns an error response.
Includes the HTTP status code and response body for debugging.
Raised when the request payload is invalid (e.g. 422 Unprocessable Entity).
LangChain retriever that queries the NVIDIA RAG Blueprint /v1/search endpoint.
Targets containerized RAG deployments where the rag-server exposes the search API. Supports all DocumentSearch parameters from the RAG server schema.