[codex] add PDF extraction preview - #830
Closed
Parsenal wants to merge 1 commit into
Closed
Conversation
|
Marking stale: no activity for 26 days. Will auto-close at 30 days. |
|
Closing: no activity for 35 days. Reopen if still needed. |
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.
Summary
Source, expose them in source detail, and add the migrationExtractpipeline step, using the existing PDF viewer plus stored extracted textNotes
Draft sample PR for #829.
The code/test branch is published through the connector. The regenerated
docs/openapi.yamlis present in my local commit andmake check-openapipassed locally with it, but the generated file is not included on this draft branch yet because local GitHub CLI auth is not configured and the connector cannot reliably apply a 261 KB generated-file update. Before this leaves draft, push the exact local branch or add the regenerated OpenAPI file.Validation
.venv/bin/python -m pytest tests/unit/test_pdf_adapter.py tests/unit/test_source_content.pynpm --prefix apps/web run build.venv/bin/ruff check alembic/versions/0024_add_source_extraction_metadata.py src/wikimind/api/routes/ingest.py src/wikimind/ingest/adapters/pdf.py src/wikimind/models/dto/ingest.py src/wikimind/models/tables/ingest.py tests/unit/test_pdf_adapter.py tests/unit/test_source_content.pynpm --prefix apps/web run lint(existing warnings only).venv/bin/alembic headsmake check-openapilocally with regenerated docsRefs #829