wtlee328/lead-generation-api
Fix CORS configuration for prospec.io domain
Fix lead ID collision issue by making IDs user-specific
Fix Supabase query structure for duplicate and archived lead detection
Add detailed debugging for duplicate and archived lead handling
Fix duplicate handling to restore archived leads
Add detailed logging for upsert operations
Add debug logging to track saved lead records
Improve duplicate handling with upsert and better error handling
Fix duplicate filtering to be per-user instead of global
update openai model format
Remove fallback URL generation and improve error handling
Update AI service with complete Apollo URL construction logic
Fix duplicate lead ID handling in database insertion
Fix validation for null main_query and empty filter strings
refine: Improve LLM prompt for better entity extraction
fix: Update backend for synchronous search and correct data models
fix(api): Correct data mapping and force rebuild
fix(models): Correct validator for linkedin_url
fix(api): Correct data mapping and refine LLM prompt
fix(ai): Remove circular dependency in imports
fix(models): Add missing id field to ProcessedLead
refine(ai): Add stricter rule to LLM prompt for company names
fix(ai): Correct final data mappings for crawler output
fix(db): Remove non-existent updated_at field
fix(ai): Correct OpenAI client usage and add logging
debug(ai): Add detailed logging to URL generation
fix(ai): Correct syntax error in docstring
fix(ai): Correct invalid character in comment
fix(ai): Correct indentation error
debug(ai): Add detailed logging to URL generation
refine(ai): Add stricter rule to LLM prompt to prevent inference
debug(api): Add detailed validation error logging
fix(api): Restore camelCase support for request models
Initial commit: Lead Generation API for HuggingFace Spaces deployment
