CoolFace
Apppublic

wtlee328/lead-generation-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
34 commits on main
ecfc2ff1y ago

Fix CORS configuration for prospec.io domain

wtlee328
f317aa11y ago

Fix lead ID collision issue by making IDs user-specific

wtlee328
aa013d91y ago

Fix Supabase query structure for duplicate and archived lead detection

wtlee328
81077331y ago

Add detailed debugging for duplicate and archived lead handling

wtlee328
1b842c21y ago

Fix duplicate handling to restore archived leads

wtlee328
e1abf431y ago

Add detailed logging for upsert operations

wtlee328
f7361c71y ago

Add debug logging to track saved lead records

wtlee328
86e44dc1y ago

Improve duplicate handling with upsert and better error handling

wtlee328
9f1dac81y ago

Fix duplicate filtering to be per-user instead of global

wtlee328
417cc7a1y ago

update openai model format

wtlee328
ab134371y ago

Remove fallback URL generation and improve error handling

wtlee328
27eba6b1y ago

Update AI service with complete Apollo URL construction logic

wtlee328
ddb76e91y ago

Fix duplicate lead ID handling in database insertion

wtlee328
3c2aaf71y ago

Fix validation for null main_query and empty filter strings

wtlee328
115d1291y ago

refine: Improve LLM prompt for better entity extraction

wtlee328
617ac131y ago

fix: Update backend for synchronous search and correct data models

wtlee328
0e457df1y ago

fix(api): Correct data mapping and force rebuild

wtlee328
276ba641y ago

fix(models): Correct validator for linkedin_url

wtlee328
3baa5cb1y ago

fix(api): Correct data mapping and refine LLM prompt

wtlee328
e6487ed1y ago

fix(ai): Remove circular dependency in imports

wtlee328
f7cbb421y ago

fix(models): Add missing id field to ProcessedLead

wtlee328
45544951y ago

refine(ai): Add stricter rule to LLM prompt for company names

wtlee328
599c99c1y ago

fix(ai): Correct final data mappings for crawler output

wtlee328
b923ba61y ago

fix(db): Remove non-existent updated_at field

wtlee328
f29d8321y ago

fix(ai): Correct OpenAI client usage and add logging

wtlee328
7ebaab91y ago

debug(ai): Add detailed logging to URL generation

wtlee328
f3d5ecc1y ago

fix(ai): Correct syntax error in docstring

wtlee328
fa548221y ago

fix(ai): Correct invalid character in comment

wtlee328
f46f3831y ago

fix(ai): Correct indentation error

wtlee328
cfcfa131y ago

debug(ai): Add detailed logging to URL generation

wtlee328
e9c53011y ago

refine(ai): Add stricter rule to LLM prompt to prevent inference

wtlee328
d6d8ff91y ago

debug(api): Add detailed validation error logging

wtlee328
593341e1y ago

fix(api): Restore camelCase support for request models

wtlee328
13f93221y ago

Initial commit: Lead Generation API for HuggingFace Spaces deployment

wtlee328