Files
herolib/lib/clients/jina
Mahmoud Emad 7965883744 feat: Enhance Jina client with additional embedding parameters
- Add `type_`, `truncate`, and `late_chunking` parameters to the
  `create_embeddings` function for finer control over embedding
  generation. This allows users to specify embedding type,
  truncation method, and whether to apply late chunking.
- Rename model parameter to `model` for clarity and consistency.
- Improve model enum naming for better readability and API consistency.
- Add unit tests for the `create_embeddings` function to ensure
  correct functionality and handle potential errors.
2025-03-11 17:45:55 +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