Langchain
Dria has been integrated into LangChain as a Dria Retriever.
LangChainJS: since v0.1.18
A retriever takes in a string input (query text) and returns a text summary of the relevant results from an index. In this case, you can instantiate the Dria retriever with a Dria contract ID, and your LangChain AI agent will have access to that knowledge.
Last updated