This repository proposes an integration of LangChain with Magnolia by implementing a document loader that allows the introduction of contents from Magnolia in the pipeline of LangChain
It is provided the python notebook chat_with_magnolia.ipynb
that implements the document loader and shows an example of usage.
The document loader made in javascript is published in the following fork of LangChain
https://github.com/joaquin-alfaro/langchainjs/tree/feature/magnolia-loader
The typescript code chat_with_magnolia.ts
provides an example of usage of the document loader.