Skip to content
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

Batch vocab mapper #169

Merged
merged 4 commits into from
Feb 12, 2025
Merged

Batch vocab mapper #169

merged 4 commits into from
Feb 12, 2025

Conversation

hanna-paasivirta
Copy link
Contributor

Short Description

Add batching to the vocab mapper.

Fixes #165

Implementation Details

Adds batching to process more inputs at a time. There are different amounts of concurrent processes for different tasks (database API search, local keyword search, LLM API).

See #164 for next steps to further improve the batching and speed.

AI Usage

Please disclose how you've used AI in this work (it's cool, we just want to know!):

  • Code generation (copilot but not intellisense)
  • Learning or fact checking
  • Strategy / design
  • Optimisation / refactoring
  • Translation / spellchecking / doc gen
  • Other
  • I have not used AI

You can read more details in our Responsible AI Policy

@josephjclark josephjclark changed the base branch from main to release/next February 12, 2025 10:58
@josephjclark josephjclark merged commit 36c705a into release/next Feb 12, 2025
@josephjclark josephjclark deleted the batch_vocab_mapper branch February 12, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vocab-mapper: use batching for better performance
2 participants