mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
chore: rename url2text to reader
This commit is contained in:
parent
d7fbc41ba2
commit
86ba571e48
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user