refactor chunking and embedding into their own modules
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from chromy.embedding.service import EmbeddingRecord, embed
|
||||
|
||||
__all__ = ["EmbeddingRecord", "embed"]
|
||||
Reference in New Issue
Block a user