LangChain Retriever Nodes
Last updated 3 months ago
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.