langchain_community.embeddings is depricated and replacing with langc… (#1717)

This commit is contained in:
anifort
2024-08-20 11:43:17 +01:00
committed by GitHub
parent e3a3a48973
commit 9b7a882d57

View File

@@ -1,6 +1,6 @@
from typing import Optional
from langchain_community.embeddings import VertexAIEmbeddings
from langchain_google_vertexai import VertexAIEmbeddings
from embedchain.config import BaseEmbedderConfig
from embedchain.embedder.base import BaseEmbedder