summaryrefslogtreecommitdiff
path: root/src/personalization/models/preference_extractor/__init__.py
blob: 65e25953be949b10dff074989cf55c4fe19a3491 (plain)
1
2
3
4
5
from .rule_extractor import QwenRuleExtractor
from .gpt4o_extractor import GPT4OExtractor
from .base import PreferenceExtractor

__all__ = ["QwenRuleExtractor", "GPT4OExtractor", "PreferenceExtractor"]