Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/http_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eek, thanks for catching the link decay, guess ndjson let their domain expire. How about https://jsonlines.org/ ? That seems better maintained and is more of a dedicated resource than the database.guide site.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes more sense! I'll update it right now.


### Non-streaming response

Expand Down