Hey guys, I want to integrate a spacy 3 model (https://spacy.io/models/ro) and I haven’t found a way so far. Rasa docs refer to spacy v2 and this pretrained model is not compatible with that.
I have installed it using python3 -m spacy download ro_core_news_sm
but the usual link command doesn’t work.
Can someone help me? I tried going through spacy’s docs, there’s a way to import them using a script, but I don’t know to my shame where to put that script and how to actually have it run when my bot is running.
Really looking for some feedback here. Thanks!