wagtail/wagtail-ai

Reconsider Langchain dependency

Closed this issue · 1 comments

We rely on langchain for text splitting.

This is quite a large dependency for the very small part of it we use. Consider whether it would be worth vendorising this text splitter, implementing our own, or finding a less heavyweight text splitting package.

Related issue on wagtail-vector-index wagtail/wagtail-vector-index#10