Hi, is it possible to use gemini/open ai for entity metadata extraction here instead of default tomaarsen/span-marker-mbert-base-multinerd? entity_extractor = EntityExtractor(prediction_threshold=0.5, label_entities=False, # include the entity label in the document (can be erroneous) device="cpu", # set to "cuda" if you have a GPU )