From 0f70723d19b65c316c1b090b07b2996d154ac880 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Thu, 25 Apr 2024 10:10:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d63a9d5..2fe39f4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Simply prepend `https://r.jina.ai/` to any URL. For example, to convert the URL [https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence](https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence) +All images in that page that lack `alt` tag are auto-captioned by a VLM (vision langauge model) and formatted as `!(Image [idx]: [VLM_caption])[img_URL]`. This should give your downstream text-only LLM *just enough* hints to include those images into reasoning, selecting, and summarization. + ### Streaming mode Streaming mode is useful when you find that the standard mode provides an incomplete result. This is because the Reader will wait a bit longer until the page is *stablely* rendered. Use the accept-header to toggle the streaming mode: