참고소스 수정본

This commit is contained in:
LASTA_DEV01\lasta
2026-05-12 19:40:31 +09:00
parent 0f34a451fc
commit 2e9204243d
8708 changed files with 3259488 additions and 869 deletions

View File

@@ -1,8 +1,15 @@
project_name: perfume_subscription
domain: perfume
target_entities:
- Product
- Perfume
- Brand
- Event
- Article
- Promotion
- Category
- Notice
- Page
- Note
- Accord
- Mood
@@ -25,7 +32,7 @@ sources:
type: official
trust_level: 0.95
parser: generic
fetcher: requests
fetcher: playwright
rate_limit_per_minute: 20
respect_robots_txt: true
- name: marketplace
@@ -44,8 +51,15 @@ sources:
respect_robots_txt: true
ontology:
entity_types:
- Product
- Perfume
- Brand
- Event
- Article
- Promotion
- Category
- Notice
- Page
- Note
- Accord
- Mood
@@ -54,6 +68,11 @@ ontology:
- Review
- Price
- ProductPage
- CommunityPage
- BrandStoryPage
- ListingPage
- PromotionPage
- ReviewPage
predicates:
- hasBrand
- hasTopNote
@@ -92,4 +111,3 @@ update_policy:
interval_days: 7
review:
interval_days: 14