MCPcopy
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

1import os
2
3from langchain_community.embeddings import VertexAIEmbeddings
4from langchain_community.llms import VertexAI

Callers

nothing calls this directly

Calls 11

VertexAIEmbeddingsClass · 0.90
VertexAIClass · 0.90
RunnableParallelClass · 0.90
RunnablePassthroughClass · 0.90
StrOutputParserClass · 0.90
appendMethod · 0.80
getMethod · 0.45
from_componentsMethod · 0.45
from_templateMethod · 0.45
as_retrieverMethod · 0.45
with_typesMethod · 0.45

Tested by

no test coverage detected