Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 792 Bytes

File metadata and controls

15 lines (7 loc) · 792 Bytes

ExtractorSource

The source/origin of a feature extractor. Values: BUILTIN: Core extractors shipped with Mixpeek (text, image, multimodal, etc.) CUSTOM: User-created extractors uploaded to their namespace (Enterprise only) COMMUNITY: Community-contributed extractors from the Mixpeek marketplace This field helps API consumers understand: - What level of support/maintenance to expect - Whether the extractor is available to all users or namespace-specific - Licensing and attribution requirements

Enum

  • BUILTIN (value: 'builtin')

  • CUSTOM (value: 'custom')

  • COMMUNITY (value: 'community')

[Back to Model list] [Back to API list] [Back to README]