Преглед изворни кода

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