Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 932 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 932 Bytes

Integration of LangChain with Magnolia

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

Python implementation

It is provided the python notebook chat_with_magnolia.ipynb that implements the document loader and shows an example of usage.

Javascript implementation

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.