Files
herolib/lib/clients/jina
Mahmoud Emad 9ecc2444aa feat: Add Jina client training and classification features
- Added `train` function to the Jina client for training
  classifiers.
- Added `ClassificationTrain` struct to define training
  parameters.
- Added `TrainingExample` struct to represent training data.
- Added `ClassificationTrainOutput` struct for the training
  response.
- Added a new `classification_api.v` module for classifier
  training functionalities.
- Added a new `classify` function to the Jina client for
  classification tasks (currently commented out).
2025-03-11 20:17:35 +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