Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,8 @@ Simply prepend `https://r.jina.ai/` to any URL. For example, to convert the URL
|
|
| 32 |
|
| 33 |
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.
|
| 34 |
|
|
|
|
|
|
|
| 35 |
### Using `s.jina.ai` for web search
|
| 36 |
Simply prepend `https://s.jina.ai/` to your search query. Note that if you are using this in the code, make sure to encode your search query first, e.g. if your query is `Who will win 2024 US presidential election?` then your url should look like:
|
| 37 |
|
|
|
|
| 32 |
|
| 33 |
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.
|
| 34 |
|
| 35 |
+
### [Using `r.jina.ai` for a full website fetching (Google Colab)](https://colab.research.google.com/drive/1uoBy6_7BhxqpFQ45vuhgDDDGwstaCt4P#scrollTo=5LQjzJiT9ewT)
|
| 36 |
+
|
| 37 |
### Using `s.jina.ai` for web search
|
| 38 |
Simply prepend `https://s.jina.ai/` to your search query. Note that if you are using this in the code, make sure to encode your search query first, e.g. if your query is `Who will win 2024 US presidential election?` then your url should look like:
|
| 39 |
|