MCPcopy
hub / github.com/langchain-ai/langchain / chain.py

File chain.py

templates/neo4j-parent/neo4j_parent/chain.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain_community.vectorstores import Neo4jVector
2from langchain_core.output_parsers import StrOutputParser
3from langchain_core.prompts import ChatPromptTemplate
4from langchain_core.pydantic_v1 import BaseModel

Callers

nothing calls this directly

Calls 9

OpenAIEmbeddingsClass · 0.90
ChatOpenAIClass · 0.90
RunnableParallelClass · 0.90
RunnablePassthroughClass · 0.90
StrOutputParserClass · 0.90
from_existing_indexMethod · 0.45
as_retrieverMethod · 0.45
from_templateMethod · 0.45
with_typesMethod · 0.45

Tested by

no test coverage detected