Files
herolib/lib/clients/jina
Mahmoud Emad 15d998bf76 feat: Remove redundant Jina client code
- Removed the redundant `jina_client.v` file, as its functionality
  was duplicated in `rank_api.v`. This simplifies the codebase and
  eliminates potential inconsistencies.
2025-03-19 15:20:59 +02:00
..
2025-03-11 20:41:33 +01:00
2025-03-11 11:23:58 +01:00
...
2025-03-12 16:36:17 +01:00
...
2025-03-12 16:36:17 +01:00
...
2025-03-11 14:07:16 +01:00
...
2025-03-11 14:07:16 +01:00

jina

see https://jina.ai/

To get started



import freeflowuniverse.herolib.clients. jina

mut client:= jina.get()!

client...




example heroscript

!!jina.configure
    secret: '...'
    host: 'localhost'
    port: 8888