Hi there,
Here’s my issue:
When I try to load spaCy’s small language model I get the following error:
ModuleNotFoundError: No module named ‘_swigfaiss’
I thought that using the small model would be possible to use after reading this post in the forum: Using SpaCy from within Anvil (instead of via Uplink)
Code Sample:
nlp = spacy.load("en_core_web_sm")