Files
Chromy/chromy/embedding/__init__.py
T
mrosati fb62d1b539
build / build (push) Successful in 45s
pytest / pytest (push) Successful in 26s
refactor chunking and embedding into their own modules
2026-05-01 11:01:30 +02:00

6 lines
136 B
Python

from __future__ import annotations
from chromy.embedding.service import EmbeddingRecord, embed
__all__ = ["EmbeddingRecord", "embed"]