langchain
8d7daa59 - docs: add langchain dappier retriever integration notebooks (#28931)

Commit
1 year ago
docs: add langchain dappier retriever integration notebooks (#28931) Add a retriever to interact with Dappier APIs with an example notebook. The retriever can be invoked with: ```python from langchain_dappier import DappierRetriever retriever = DappierRetriever( data_model_id="dm_01jagy9nqaeer9hxx8z1sk1jx6", k=5 ) retriever.invoke("latest tech news") ``` To retrieve 5 documents related to latest news in the tech sector. The included notebook also includes deeper details about controlling filters such as selecting a data model, number of documents to return, site domain reference, minimum articles from the reference domain, and search algorithm, as well as including the retriever in a chain. The integration package can be found over here - https://github.com/DappierAI/langchain-dappier
Author
Parents
Loading