Reconsider Langchain dependency
Closed this issue · 1 comments
tomusher commented
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.
tomusher commented
Related issue on wagtail-vector-index wagtail/wagtail-vector-index#10