update
This commit is contained in:
6
doc/core-apps/ai_shop/features.md
Normal file
6
doc/core-apps/ai_shop/features.md
Normal 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
|
||||
2
doc/core-apps/ai_shop/specs.md
Normal file
2
doc/core-apps/ai_shop/specs.md
Normal file
@@ -0,0 +1,2 @@
|
||||
- __init__.py (router, on_load)
|
||||
- manifest.yaml
|
||||
Reference in New Issue
Block a user