Skip to content

Commit 62ed23f

Browse files
authored
fix: Added Missing imports into __init__.py (#36)
1 parent 960ac13 commit 62ed23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/vertexai/langchain_google_vertexai/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from langchain_google_vertexai._enums import HarmBlockThreshold, HarmCategory
22
from langchain_google_vertexai.chains import create_structured_runnable
33
from langchain_google_vertexai.chat_models import ChatVertexAI
4+
from langchain_google_vertexai.embeddings import VertexAIEmbeddings
45
from langchain_google_vertexai.functions_utils import PydanticFunctionsOutputParser
56
from langchain_google_vertexai.gemma import (
67
GemmaChatLocalHF,

0 commit comments

Comments
 (0)