Embedchain json loader update (#876)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-10-30 15:30:49 -07:00
committed by GitHub
parent 30228f7f8e
commit 68dc274f72
4 changed files with 53 additions and 36 deletions

View File

@@ -1,4 +1,5 @@
from importlib import import_module
from embedchain.chunkers.base_chunker import BaseChunker
from embedchain.config import AddConfig
from embedchain.config.add_config import ChunkerConfig, LoaderConfig