Skip to content

Commit

Permalink
remove import from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Tyumentsev committed Dec 16, 2023
1 parent 02a5f99 commit 58b9a2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/integrations/text_embedding/yandex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain_community.embeddings import YandexGPTEmbeddings"
"from langchain_community.embeddings.yandex import YandexGPTEmbeddings"
]
},
{
Expand Down
2 changes: 0 additions & 2 deletions libs/community/langchain_community/embeddings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
from langchain_community.embeddings.vertexai import VertexAIEmbeddings
from langchain_community.embeddings.voyageai import VoyageEmbeddings
from langchain_community.embeddings.xinference import XinferenceEmbeddings
from langchain_community.embeddings.yandex import YandexGPTEmbeddings

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -137,7 +136,6 @@
"JohnSnowLabsEmbeddings",
"VoyageEmbeddings",
"BookendEmbeddings",
"YandexGPTEmbeddings",
]


Expand Down

0 comments on commit 58b9a2d

Please sign in to comment.