Spacy extractor is not working even mentioned in config file

Hi Harshith,

There’s a good discussion of this topic here. It looks like the syntax is incorrect in your config.yml. It should be:

- name: SpacyEntityExtractor
  dimensions: ["PERSON"]

Greg