refacto reranker - #7
Merged
Merged
Conversation
Collaborator
Author
|
@EnjoyBacon7 ragatouille and fastembed-gpu uneeded now and are deleted |
EnjoyBacon7
added a commit
that referenced
this pull request
Mar 12, 2026
Matteovanypersele
pushed a commit
to Matteovanypersele/openrag
that referenced
this pull request
Jul 6, 2026
…point mutations linagora#5 Preset rename now migrates partition references atomically: PgPresetRepository.rename inserts the new-named row, repoints every partition that referenced the old name (partitions are a plain string ref with no FK), then drops the old row in one transaction. PresetService.update_preset rejects renaming onto an existing name. Previously a rename orphaned partitions on a preset name that no longer existed. linagora#6 ModelEndpointService.update_model_endpoint evicts the 'default' alias client cache when the updated endpoint is the current default, so callers that resolved 'default' don't keep a stale client (mirrors set_default). linagora#7 delete_model_endpoint promotes a surviving endpoint to default when the current default is deleted, so the 'default' alias keeps resolving instead of disappearing (load_all only adds it for an is_default row) and a later factory("default") raising. Adds unit tests for all three plus a real-Postgres check of the rename migration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.