Skip to content

Improved error handling in contextual vectors

Compare
Choose a tag to compare
@sanjayaksaxena sanjayaksaxena released this 08 May 15:45
· 11 commits to master since this release

Version 2.2.2 May 08, 2024

✨ Features

  • .contextualVectors() now throws error if (a) word vectors are not loaded and (b) with lemma: true, "pos" is missing in the NLP pipe. 🤓

🐛 Fixes

  • Refined typescript definitions further. ✅