Rename BaseAppConfig to be snake_case (#689)

This commit is contained in:
Kapil Mirchandani
2023-09-27 02:36:58 +05:30
committed by GitHub
parent e41573ca74
commit 84e5932ea5
6 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ from tenacity import retry, stop_after_attempt, wait_fixed
from embedchain.chunkers.base_chunker import BaseChunker
from embedchain.config import AddConfig, BaseLlmConfig
from embedchain.config.apps.BaseAppConfig import BaseAppConfig
from embedchain.config.apps.base_app_config import BaseAppConfig
from embedchain.data_formatter import DataFormatter
from embedchain.embedder.base import BaseEmbedder
from embedchain.helper.json_serializable import JSONSerializable