From 3813439ee837edccf38e879c13ac06da1b6ff1b6 Mon Sep 17 00:00:00 2001 From: Daimler Garay <149422363+Daimler-Garay@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:10:22 -0500 Subject: [PATCH 1/2] Update http_protocol.md Changed the hyperlink for ndjson to something that makes more sense. The current hyperlink leads to a Korean betting website. --- docs/http_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http_protocol.md b/docs/http_protocol.md index 9739543713..572ddb19b9 100644 --- a/docs/http_protocol.md +++ b/docs/http_protocol.md @@ -86,7 +86,7 @@ Example of the overrides object: ## HTTP responses from RAG chat app endpoints -The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://ndjson.org/home/) ("NDJSON"/"jsonlines") for a streaming response. +The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://database.guide/what-is-ndjson/) ("NDJSON"/"jsonlines") for a streaming response. ### Non-streaming response From bf19ac524e1e7dec0fab3a574ae747b738416b9a Mon Sep 17 00:00:00 2001 From: Daimler Garay <149422363+Daimler-Garay@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:32:25 -0500 Subject: [PATCH 2/2] Update http_protocol.md --- docs/http_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http_protocol.md b/docs/http_protocol.md index 572ddb19b9..e94693e546 100644 --- a/docs/http_protocol.md +++ b/docs/http_protocol.md @@ -86,7 +86,7 @@ Example of the overrides object: ## HTTP responses from RAG chat app endpoints -The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://database.guide/what-is-ndjson/) ("NDJSON"/"jsonlines") for a streaming response. +The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://jsonlines.org/) ("NDJSON"/"jsonlines") for a streaming response. ### Non-streaming response