Martin Penchev
Results
1
comments of
Martin Penchev
I guess they changed the names. I got it working like this: ```python workflows: list[PipelineWorkflowReference] = [ PipelineWorkflowReference( name="create_base_extracted_entities", config={ "entity_extract": { "strategy": { "type": "nltk", } } }, ),...