We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__init__.py
1 parent 960ac13 commit 62ed23fCopy full SHA for 62ed23f
libs/vertexai/langchain_google_vertexai/__init__.py
@@ -1,6 +1,7 @@
1
from langchain_google_vertexai._enums import HarmBlockThreshold, HarmCategory
2
from langchain_google_vertexai.chains import create_structured_runnable
3
from langchain_google_vertexai.chat_models import ChatVertexAI
4
+from langchain_google_vertexai.embeddings import VertexAIEmbeddings
5
from langchain_google_vertexai.functions_utils import PydanticFunctionsOutputParser
6
from langchain_google_vertexai.gemma import (
7
GemmaChatLocalHF,
0 commit comments