feat: Implement Notion sync for Industries and Robotics Categories

This commit is contained in:
2026-01-19 11:28:08 +00:00
parent fe2b3dd4f3
commit 0455cd1bc9
4 changed files with 193 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ try:
DEBUG: bool = True
# Database (Store in App dir for simplicity)
DATABASE_URL: str = "sqlite:////app/companies_v3_fixed_2.db"
DATABASE_URL: str = "sqlite:////app/companies_v4_notion_sync.db"
# API Keys
GEMINI_API_KEY: Optional[str] = None