Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 836 Bytes

File metadata and controls

22 lines (17 loc) · 836 Bytes
description
LangChain Retriever Nodes

Retrievers


Retriever nodes return documents given an unstructured query. It is more general than a vector store. A retriever does not need to be able to store documents, only to return (or retrieve) them.

Retriever Nodes: