This commit is contained in:
Marek
2026-04-19 19:22:36 +02:00
parent 18fc50c75b
commit 65157da61d
58 changed files with 222 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
- ai_shop
- natural-language product search for customers; hybrid of embedding similarity and keyword boost
- routes: POST /ai/shop/search
- shop-aware system prompt (currency, user locale)
- depends on: core, catalog, ai_core
- room for growth: conversational follow-ups, session memory, filter parsing (price, size, color), spell correction, personalized ranking

View File

@@ -0,0 +1,2 @@
- __init__.py (router, on_load)
- manifest.yaml