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

File chain.py

templates/intel-rag-xeon/intel_rag_xeon/chain.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain.callbacks import streaming_stdout
2from langchain_community.embeddings import HuggingFaceEmbeddings
3from langchain_community.llms import HuggingFaceEndpoint
4from langchain_community.vectorstores import Chroma

Callers

nothing calls this directly

Calls 10

ChromaClass · 0.90
HuggingFaceEndpointClass · 0.90
RunnableParallelClass · 0.90
RunnablePassthroughClass · 0.90
StrOutputParserClass · 0.90
similarity_searchMethod · 0.45
from_templateMethod · 0.45
with_typesMethod · 0.45

Tested by

no test coverage detected