瀏覽代碼

chore: Renamed EmbeddingFunctions.py to follow snakecase convention (#669)

Signed-off-by: Osama Nabih <nabih_the_4th@yahoo.com>
Osama Nabih 1 年之前
父節點
當前提交
e73ed82ae9
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      embedchain/models/__init__.py
  2. 0 0
      embedchain/models/embedding_functions.py

+ 1 - 1
embedchain/models/__init__.py

@@ -1,4 +1,4 @@
-from .EmbeddingFunctions import EmbeddingFunctions  # noqa: F401
+from .embedding_functions import EmbeddingFunctions  # noqa: F401
 from .providers import Providers  # noqa: F401
 from .vector_databases import VectorDatabases  # noqa: F401
 from .vector_dimensions import VectorDimensions  # noqa: F401

embedchain/models/EmbeddingFunctions.py → embedchain/models/embedding_functions.py