# NVIDIARAGConnectionError

> **Class** in `langchain_nvidia_ai_endpoints`

📖 [View in docs](https://reference.langchain.com/python/langchain-nvidia-ai-endpoints/retrievers/NVIDIARAGConnectionError)

Raised when the RAG server endpoint is unreachable.

Common causes:
- RAG server container is not running
- Wrong base_url or port (default: 8081)
- Network/firewall blocking the connection

## Signature

```python
NVIDIARAGConnectionError()
```

## Extends

- `NVIDIARAGError`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-nvidia/blob/025f99f43bf1d1dadc37798e6654d7d132c040cd/libs/ai-endpoints/langchain_nvidia_ai_endpoints/retrievers.py#L34)