Skip to content

Feat/simplify dedupe api#10

Merged
RafaelPo merged 5 commits intomainfrom
feat/simplify-dedupe-api
Jan 16, 2026
Merged

Feat/simplify dedupe api#10
RafaelPo merged 5 commits intomainfrom
feat/simplify-dedupe-api

Conversation

@RafaelPo
Copy link
Contributor

No description provided.

Copy link
Contributor

@jackwildman jackwildman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert the generated file, and this is good to go

Comment on lines -23 to -33
llm (LLMEnum | Unset):
chunk_size (int | Unset): Maximum number of items to process in a single LLM call Default: 25.
mode (DedupeMode | Unset):
preview (bool | Unset): When true, process only the first few items Default: False.
embedding_model (EmbeddingModels | Unset):
validate_groups (bool | Unset): Validate equivalence classes and split incorrectly merged groups before
selecting representatives Default: False.
use_clustering (bool | Unset): When true, cluster items by embedding similarity and only compare neighboring
clusters. When false, use sequential chunking and compare all chunks (O(n²)) Default: True.
early_stop_threshold (int | None | Unset): Stop cross-chunk comparisons for a row after this many consecutive
comparisons with no matches. None disables early stopping.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are generated files and shouldn't be modified. We'll do something at some point to tighten these up, but it's not straightforward to do this at present.

@RafaelPo RafaelPo merged commit d17bdd5 into main Jan 16, 2026
1 check passed
@RafaelPo RafaelPo deleted the feat/simplify-dedupe-api branch January 16, 2026 19:42
hnykda pushed a commit that referenced this pull request Jan 22, 2026
* Removed unused params

* Updated example

* Formatting

* reverted changes to generated file
RafaelPo added a commit that referenced this pull request Feb 24, 2026
- CORS: replace wildcard "*" fallback with localhost, add Allow-Headers
- Redis: replace @lru_cache singleton with explicit getter/setter for test safety
- Auth: make load_authorization_code atomic via GETDEL, re-store on client mismatch
- Results: optimize clamp_page_to_budget with prefix sums instead of repeated json.dumps
- Models: chain ValueError properly in _validate_task_id (raise from exc)
- Deploy: add MCP_SERVER_URL to .env.example
- Templates: add missing esc() XSS helper to SESSION_HTML widget

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

2 participants