Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ Simply prepend `https://r.jina.ai/` to any URL. For example, to convert the URL
|
|
| 23 |
|
| 24 |
[https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence](https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence)
|
| 25 |
|
|
|
|
|
|
|
| 26 |
### Streaming mode
|
| 27 |
|
| 28 |
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:
|
|
|
|
| 23 |
|
| 24 |
[https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence](https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence)
|
| 25 |
|
| 26 |
+
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.
|
| 27 |
+
|
| 28 |
### Streaming mode
|
| 29 |
|
| 30 |
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:
|