chore: rename url2text to reader

This commit is contained in:
Han Xiao 2024-04-13 12:39:00 -07:00
parent d7fbc41ba2
commit 86ba571e48

View File

@ -1,7 +1,11 @@
# Reader
Your LLMs and agents deserve better input.
Convert any URL to an LLM-friendly input with a simple prefix `https://r.jina.ai/`. Get improved output for your agent and RAG systems at no cost. Find more at https://jina.ai/reader.
![banner-reader-api.png](https://jina.ai/banner-reader-api.png)
## Usage
### Standard
@ -16,6 +20,7 @@ https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence
Use accept-header to control the streaming behavior:
> Note, if you run this example below and not see streaming output but a single response, it means someone else has just run this within 5 min you and the result is cached already. Hence, the server simply returns the result instantly. Try with a different URL and you will see the streaming output.
```bash
curl -H "Accept: text/event-stream" https://r.jina.ai/https://en.m.wikipedia.org/wiki/Main_Page
```