Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ chain.py
File
chain.py
templates/rag-matching-engine/rag_matching_engine/chain.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
3
from
langchain_community.embeddings
import
VertexAIEmbeddings
4
from
langchain_community.llms
import
VertexAI
Callers
nothing calls this directly
Calls
11
VertexAIEmbeddings
Class · 0.90
VertexAI
Class · 0.90
RunnableParallel
Class · 0.90
RunnablePassthrough
Class · 0.90
StrOutputParser
Class · 0.90
append
Method · 0.80
get
Method · 0.45
from_components
Method · 0.45
from_template
Method · 0.45
as_retriever
Method · 0.45
with_types
Method · 0.45
Tested by
no test coverage detected