Skip to content

decorateur router_manager - #6

Closed
andyne13 wants to merge 1 commit into
mainfrom
mcp
Closed

decorateur router_manager#6
andyne13 wants to merge 1 commit into
mainfrom
mcp

Conversation

@andyne13

@andyne13 andyne13 commented Jul 2, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@andyne13 andyne13 closed this Jul 3, 2025
@Ahmath-Gadji
Ahmath-Gadji deleted the mcp branch November 24, 2025 10:51
EnjoyBacon7 pushed a commit that referenced this pull request May 5, 2026
Records the decisions made during the parser-layer rebuild that aren't
derivable from the code:
- ray_utils split + decorator forms (#6-13)
- ray_utils canonical home moves to services/workers/ (#14)
- captioning split: stripped from generic parsers, kept inside VLM-PDF
  parsers (#17)
- ImageBlock.metadata['markdown_ref'] as the parser->caption contract (#18)
- ImageBlock.source_url + image_url property for HTTP image refs (#19)
- Docling/DoclingV2 deferred (#16)
- Paginated parsers emit list[TextBlock] with page_number; in-band
  [PAGE_N] markers are gone — chunker must read TextBlock.page_number,
  not scan the text (#20)
EnjoyBacon7 pushed a commit that referenced this pull request May 5, 2026
Records the decisions made during the parser-layer rebuild that aren't
derivable from the code:
- ray_utils split + decorator forms (#6-13)
- ray_utils canonical home moves to services/workers/ (#14)
- captioning split: stripped from generic parsers, kept inside VLM-PDF
  parsers (#17)
- ImageBlock.metadata['markdown_ref'] as the parser->caption contract (#18)
- ImageBlock.source_url + image_url property for HTTP image refs (#19)
- Docling/DoclingV2 deferred (#16)
- Paginated parsers emit list[TextBlock] with page_number; in-band
  [PAGE_N] markers are gone — chunker must read TextBlock.page_number,
  not scan the text (#20)
EnjoyBacon7 pushed a commit that referenced this pull request May 6, 2026
Records the decisions made during the parser-layer rebuild that aren't
derivable from the code:
- ray_utils split + decorator forms (#6-13)
- ray_utils canonical home moves to services/workers/ (#14)
- captioning split: stripped from generic parsers, kept inside VLM-PDF
  parsers (#17)
- ImageBlock.metadata['markdown_ref'] as the parser->caption contract (#18)
- ImageBlock.source_url + image_url property for HTTP image refs (#19)
- Docling/DoclingV2 deferred (#16)
- Paginated parsers emit list[TextBlock] with page_number; in-band
  [PAGE_N] markers are gone — chunker must read TextBlock.page_number,
  not scan the text (#20)
EnjoyBacon7 pushed a commit that referenced this pull request May 7, 2026
Records the decisions made during the parser-layer rebuild that aren't
derivable from the code:
- ray_utils split + decorator forms (#6-13)
- ray_utils canonical home moves to services/workers/ (#14)
- captioning split: stripped from generic parsers, kept inside VLM-PDF
  parsers (#17)
- ImageBlock.metadata['markdown_ref'] as the parser->caption contract (#18)
- ImageBlock.source_url + image_url property for HTTP image refs (#19)
- Docling/DoclingV2 deferred (#16)
- Paginated parsers emit list[TextBlock] with page_number; in-band
  [PAGE_N] markers are gone — chunker must read TextBlock.page_number,
  not scan the text (#20)
EnjoyBacon7 pushed a commit that referenced this pull request May 7, 2026
Records the decisions made during the parser-layer rebuild that aren't
derivable from the code:
- ray_utils split + decorator forms (#6-13)
- ray_utils canonical home moves to services/workers/ (#14)
- captioning split: stripped from generic parsers, kept inside VLM-PDF
  parsers (#17)
- ImageBlock.metadata['markdown_ref'] as the parser->caption contract (#18)
- ImageBlock.source_url + image_url property for HTTP image refs (#19)
- Docling/DoclingV2 deferred (#16)
- Paginated parsers emit list[TextBlock] with page_number; in-band
  [PAGE_N] markers are gone — chunker must read TextBlock.page_number,
  not scan the text (#20)
EnjoyBacon7 pushed a commit that referenced this pull request May 26, 2026
Records the decisions made during the parser-layer rebuild that aren't
derivable from the code:
- ray_utils split + decorator forms (#6-13)
- ray_utils canonical home moves to services/workers/ (#14)
- captioning split: stripped from generic parsers, kept inside VLM-PDF
  parsers (#17)
- ImageBlock.metadata['markdown_ref'] as the parser->caption contract (#18)
- ImageBlock.source_url + image_url property for HTTP image refs (#19)
- Docling/DoclingV2 deferred (#16)
- Paginated parsers emit list[TextBlock] with page_number; in-band
  [PAGE_N] markers are gone — chunker must read TextBlock.page_number,
  not scan the text (#20)
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.
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