Skip to content

[FEAT]: Replace Gemini API with Local Sentence Embeddings for Email Status Extraction #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 5 tasks
lnovitz opened this issue Mar 11, 2025 · 1 comment · May be fixed by #323
Open
2 of 5 tasks

[FEAT]: Replace Gemini API with Local Sentence Embeddings for Email Status Extraction #285

lnovitz opened this issue Mar 11, 2025 · 1 comment · May be fixed by #323
Assignees
Labels

Comments

@lnovitz
Copy link
Collaborator

lnovitz commented Mar 11, 2025

Is there an existing request for this feature?

  • I have searched the existing issues

Is there a pain point in the app driving this feature request?

  • We currently rely on external Gemini API calls to extract application status information from email data
  • This creates latency and potential rate limiting issues
  • External API dependencies introduce risk if the service changes or becomes unavailable

Desired Behavior

  • A fully local solution using sentence_transformers for extracting application statuses from emails
  • Comparable accuracy to our current Gemini-based approach
  • Lower latency and zero per-request costs

Criteria for Completion

Anything else?

No response

Code of Conduct

  • I've read the Code of Conduct and understand my responsibilities as a member of the jobba.help Community
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants