docs: add disconnected cluster support documentation (RHOAIENG-90699) - #157
Merged
Merged
Conversation
MichalSteczko
approved these changes
Sep 14, 2026
Add comprehensive guidance for running AutoRAG indexing on air-gapped clusters: - Add "Prerequisites for Disconnected Clusters" section to maas_indexing_template.ipynb with warnings and configuration instructions - Add code cells to validate DOCLING_ARTIFACTS_PATH and HF_HOME environment variables - Update extract_text() call to pass docling_artifacts_path parameter - Add "Appendix: Downloading Models for Offline Use" with step-by-step instructions: - Download Docling artifacts on internet-connected machine - Pre-download HuggingFace models - Transfer artifacts to disconnected cluster - Set environment variables - Update README.md with "Running on Disconnected Clusters" section covering: - Which models are required (Docling, HuggingFace) - How to pre-download them - How to transfer to cluster - Environment variable setup - Add tests to verify notebook includes all required documentation Fixes: RHOAIENG-90699 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Signed-off-by: Tomasz Guzik <tguzik@redhat.com>
MRGuziX
force-pushed
the
tips-missing-models-on-disconected
branch
from
September 14, 2026 11:07
ed48b03 to
d3fa393
Compare
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.
Description
Add comprehensive guidance for running AutoRAG indexing on air-gapped clusters
Motivation
https://redhat.atlassian.net/browse/RHOAIENG-90699
Changes
Testing
How did you test this?
Checklist