Josh Hawkins
f618f25d7e
catch not implemented exception ( #17594 )
2025-04-07 20:41:53 -06:00
Josh Hawkins
921908fe33
LPR device selection ( #17592 )
...
* config changes
* use device
* docs
* docs
* reset state
* remove auto
* use device
* docs
2025-04-07 19:30:08 -06:00
Josh Hawkins
348e728220
LPR improvements ( #17549 )
...
* auto select LPR model backend for inference
* docs update
2025-04-05 11:03:17 -05:00
Martin Weinelt
458134de5d
Reuse constants ( #16874 )
2025-02-28 21:35:09 -07:00
Josh Hawkins
d0e9bcbfdc
Add ability to use Jina CLIP V2 for semantic search ( #16826 )
...
* add wheels
* move extra index url to bottom
* config model option
* add postprocess
* fix config
* jina v2 embedding class
* use jina v2 in embeddings
* fix ov inference
* frontend
* update reference config
* revert device
* fix truncation
* return np tensors
* use correct embeddings from inference
* manual preprocess
* clean up
* docs
* lower batch size for v2 only
* docs clarity
* wording
2025-02-26 07:58:25 -07:00
Nicolas Mowen
c736b1dae5
Refactor ONNX embedding class to use a base class and type-specific classes ( #16703 )
...
* Move onnx runner
* Build out base embedding
* Convert text embedding to separate class
* Move image embedding to separate
* Move LPR to separate class
* Remove mono embedding
* Simplify model downloading
* Reorganize jina v1 embeddings
* Cleanup
* Cleanup for review
2025-02-20 10:17:07 -06:00