Skip to content

Dev#206

Merged
pfahlr merged 11 commits into
mainfrom
dev
Sep 24, 2025
Merged

Dev#206
pfahlr merged 11 commits into
mainfrom
dev

Conversation

@pfahlr

@pfahlr pfahlr commented Sep 24, 2025

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment thread run_rag_verification.py
Comment on lines +1044 to +1049
try:
if pdf_dir.exists():
shutil.rmtree(pdf_dir)
prepare_pdf_corpus(corpus_dir, pdf_dir)
except FileNotFoundError as exc:
raise SystemExit(str(exc)) from exc

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[P1] Avoid forcing markdown-to-PDF conversion

The verification harness now always calls prepare_pdf_corpus(corpus_dir, pdf_dir) before invoking the builder. prepare_pdf_corpus only accepts .md files and raises FileNotFoundError when the directory contains anything else. Previously, the harness passed the --corpus directory directly to lc_build_index.py, so users could point it at a folder of PDFs (which is exactly what the builder expects). With this change, running the harness against an existing PDF corpus immediately fails with “No markdown files found to convert into PDFs” even though the builder could have processed the PDFs directly. Consider performing this conversion only when markdown files are detected or behind a flag so that existing PDF-based workflows keep working.

Useful? React with 👍 / 👎.

@pfahlr pfahlr merged commit c6eb023 into main Sep 24, 2025
0 of 2 checks passed
pfahlr added a commit that referenced this pull request Sep 24, 2025
* Dev (#206)

* Fix verification harness index build commands

* Add index directory support to multi-agent RAG tooling

* Fix GPU dependency detection in CI

* Fix multi-agent invocation in verification harness

* fix(lc_ask): require key-derived faiss selection

* Dev (#207)

* Fix verification harness index build commands

* Add index directory support to multi-agent RAG tooling

* Fix GPU dependency detection in CI

* Fix multi-agent invocation in verification harness

* fix(lc_ask): require key-derived faiss selection
pfahlr added a commit that referenced this pull request Sep 24, 2025
* Fix verification harness index build commands

* Add index directory support to multi-agent RAG tooling

* Fix GPU dependency detection in CI

* Fix multi-agent invocation in verification harness

* fix(lc_ask): require key-derived faiss selection

* mege (#208)

* Dev (#206)

* Fix verification harness index build commands

* Add index directory support to multi-agent RAG tooling

* Fix GPU dependency detection in CI

* Fix multi-agent invocation in verification harness

* fix(lc_ask): require key-derived faiss selection

* Dev (#207)

* Fix verification harness index build commands

* Add index directory support to multi-agent RAG tooling

* Fix GPU dependency detection in CI

* Fix multi-agent invocation in verification harness

* fix(lc_ask): require key-derived faiss selection
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.

1 participant