Chore/follow_snake_conventions_in_config (#716)

This commit is contained in:
Ayush Mishra
2023-09-27 21:38:42 +05:30
committed by GitHub
parent 70f2de4fd3
commit 16f8de810c
17 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ from embedchain.chunkers.text import TextChunker
from embedchain.chunkers.web_page import WebPageChunker
from embedchain.chunkers.youtube_video import YoutubeVideoChunker
from embedchain.config import AddConfig
from embedchain.config.AddConfig import ChunkerConfig, LoaderConfig
from embedchain.config.add_config import ChunkerConfig, LoaderConfig
from embedchain.helper.json_serializable import JSONSerializable
from embedchain.loaders.base_loader import BaseLoader
from embedchain.loaders.csv import CsvLoader