- 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.
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