mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-20 01:09:06 +08:00
chore: rename url2text to reader
This commit is contained in:
parent
d7fbc41ba2
commit
86ba571e48
@ -1,7 +1,11 @@
|
|||||||
# Reader
|
# 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.
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Standard
|
### Standard
|
||||||
@ -16,6 +20,7 @@ https://r.jina.ai/https://en.wikipedia.org/wiki/Artificial_intelligence
|
|||||||
|
|
||||||
Use accept-header to control the streaming behavior:
|
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
|
```bash
|
||||||
curl -H "Accept: text/event-stream" https://r.jina.ai/https://en.m.wikipedia.org/wiki/Main_Page
|
curl -H "Accept: text/event-stream" https://r.jina.ai/https://en.m.wikipedia.org/wiki/Main_Page
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user