chore: update provider and pricing snitch with agnostic system

This commit is contained in:
2025-12-06 19:06:40 +01:00
parent d45b344264
commit 4426b0ff74
3 changed files with 22 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ if __name__ == '__main__':
# example run
context = PipelineContext(
provider=HistoricalProvider(),
store_mode='hotel',
store_mode='airline',
)
product_features, prices = full_pipeline(context)