Skip to content

Commit bf61cf3

Browse files
Add note for known timeout issues of port-forwarding for UI in helm
1 parent b600c0e commit bf61cf3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/deploy-helm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ To verify a deployment, use the following procedure.
240240
kubectl port-forward -n rag service/rag-frontend 3000:3000 --address 0.0.0.0
241241
```
242242

243+
:::{note}
244+
Port-forwarding is provided as a quick method to try out the UI. However, large file ingestion or bulk ingestion through the UI might not work due to port-forwarding timeout issues.
245+
:::
246+
243247
## Experiment with the Web User Interface
244248

245249
1. Open a web browser and access the RAG UI. You can start experimenting by uploading docs and asking questions. For details, see [User Interface for NVIDIA RAG Blueprint](user-interface.md).

0 commit comments

Comments
 (0)