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