embroider 0.1.5

Text embroidery: Jina v5 text embeddings via ONNX Runtime (Rust core, optional PyO3 bindings) — shared by bobine and okfgraph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"

[project]
name = "embroider"
version = "0.1.5"
description = "Jina v5 text embeddings via ONNX Runtime (Rust core, PyO3 bindings)"
readme = "README.md"
requires-python = ">=3.11"

[tool.maturin]
bindings = "pyo3"
module-name = "embroider"
features = ["extension-module"]