LangChain Retriever Nodes
Last updated 9 months ago
Was this helpful?
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.