hanxiao commited on
Commit
86ba571
·
1 Parent(s): d7fbc41

chore: rename url2text to reader

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,7 +1,11 @@
1
  # Reader
2
 
 
 
3
  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.
4
 
 
 
5
  ## Usage
6
 
7
  ### Standard
@@ -16,6 +20,7 @@ https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence
16
 
17
  Use accept-header to control the streaming behavior:
18
 
 
19
  ```bash
20
  curl -H "Accept: text/event-stream" https://r.jina.ai/https://en.m.wikipedia.org/wiki/Main_Page
21
  ```
 
1
  # Reader
2
 
3
+ Your LLMs and agents deserve better input.
4
+
5
  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.
6
 
7
+ ![banner-reader-api.png](https://jina.ai/banner-reader-api.png)
8
+
9
  ## Usage
10
 
11
  ### Standard
 
20
 
21
  Use accept-header to control the streaming behavior:
22
 
23
+ > 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.
24
  ```bash
25
  curl -H "Accept: text/event-stream" https://r.jina.ai/https://en.m.wikipedia.org/wiki/Main_Page
26
  ```