6 lines
136 B
Python
6 lines
136 B
Python
from __future__ import annotations
|
|
|
|
from chromy.embedding.service import EmbeddingRecord, embed
|
|
|
|
__all__ = ["EmbeddingRecord", "embed"]
|