Langchain

Dria has been integrated into LangChain as a Dria Retriever.

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