fix: mount missing chat_routes and search_agent_routes routers in main.py fcd6472 verified Ram2005 commited on 7 days ago
fix: make ML routes import transformers/torch lazily and handle ImportError gracefully 67628f0 verified Ram2005 commited on 7 days ago
fix: make duckduckgo-search import lazy — returns 503 with helpful message if not installed 6d51ff5 verified Ram2005 commited on 7 days ago
fix: v3.2 directory.py — remove duplicated row_to_dict/format_funding and import shared utils cb732dc verified Ram2005 commited on 7 days ago
fix: v3.2 enrichment routes — expose configured flags instead of claiming live integrations 783033a verified Ram2005 commited on 7 days ago
fix: v3.2 enrichment.py — replace pass/commented stubs with config-driven enrichment db17f73 verified Ram2005 commited on 7 days ago
fix: v3.2 entities.py — shared utils imports, no code duplication 37496fa verified Ram2005 commited on 7 days ago
fix: v3.2 database.py — connection pool, schema_version migrations, is_seeded guard 3823c3a verified Ram2005 commited on 7 days ago
fix: v3.2 main.py — single unified middleware, honest feature flags, seed guard 85c98e2 verified Ram2005 commited on 7 days ago
feat: Update main.py v3.1 - add enrichment routes + performance headers 8b8cb1d verified Ram2005 commited on 7 days ago
feat: Add enrichment API route for LinkedIn/GitHub/Google Maps data 2d7afdc verified Ram2005 commited on 7 days ago
feat: Add real-time data enrichment API (LinkedIn, GitHub, Google Maps integration) f891966 verified Ram2005 commited on 7 days ago
fix: mlops_routes.py - safe lazy imports from mlops module 9b29922 verified Ram2005 commited on 7 days ago
fix: ml_routes.py - safe lazy imports for classifier and predictor 84352f6 verified Ram2005 commited on 7 days ago
fix: Make ML __init__.py use lazy imports to avoid import errors 7c9766d verified Ram2005 commited on 7 days ago
fix: Ensure backend and routes __init__.py have proper content 49aa352 verified Ram2005 commited on 7 days ago
feat: Update main.py to include ML, MLOps, and ETL API routes 5eb1059 verified Ram2005 commited on 7 days ago
feat: Add ETL API routes (trigger pipeline, view stats, schedule) b6f8eea verified Ram2005 commited on 7 days ago
feat: Add MLOps API routes (drift detection, model monitoring, CI/CD status) 34149a1 verified Ram2005 commited on 7 days ago
feat: Add MLOps monitoring module (data drift, model health, CI/CD) 9ce6a91 verified Ram2005 commited on 7 days ago
feat: Add ML API routes (sector classification + growth prediction endpoints) 8294f7f verified Ram2005 commited on 7 days ago
feat: Add ML model serving layer (TorchServe/Triton compatible) b558108 verified Ram2005 commited on 7 days ago
feat: Add NLP startup sector classifier with ONNX + HuggingFace a69b74a verified Ram2005 commited on 7 days ago