Files
herolib/lib/clients/jina
Mahmoud Emad 5194fabe62 feat: Add classifier deletion functionality
- Added `delete_classifier` function to delete a classifier by ID.
- Added corresponding unit tests for the new function.
- Updated the client example to demonstrate classifier deletion.
- Renamed `jina_client_test.v` to `api_test.v` for better organization.
- Renamed `model_embed.v` to `embeddings_api.v` for better organization.
- Refactored the embedding API to use enums for task and truncate types,
  and added error handling for invalid inputs.
2025-03-12 14:29:40 +02:00
..
...
2025-03-11 14:07:16 +01:00
2025-03-11 11:23:58 +01:00
2025-03-11 11:23:58 +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