Files
herolib/lib/clients/jina/readme.md
2025-10-12 12:30:19 +03:00

29 lines
246 B
Markdown

# jina
see <https://jina.ai/>
To get started
```v
import incubaid.herolib.clients. jina
mut client:= jina.get()!
client...
```
## example heroscript
```hero
!!jina.configure
secret: '...'
host: 'localhost'
port: 8888
```