Auto-update doc build config#19
Open
alauda-github-idpbot wants to merge 2 commits into
Open
Conversation
- install: built-in dump filenames carry literal _20260410 dates,
not the <date> placeholder I had; init-container first-start steps
re-described to match init-database.sh (BM25 ships in the dump on
first install, the ensure-step is upgrade-only); the chat-history
database is named via PG database name, not hardcoded; mention
smartdoc.enableMCPServer separately from Enable MCP Tools.
- upgrade: re-order the auto-swap step list to match init-database.sh
(advisory lock first, then kb_swap_state row, drop, restore, verify
count=1, rename, BM25 + 001/002 migrations, stamp + clear). Replace
the fabricated second log line ("data_version=... stamped;
kb_swap_state cleared") with the actual "[upgrade] <stamp> applied."
emitted at line 236, plus the no-op "already applied, skipping."
variant. Drop the BYO-Knowledge label from docvec_user_kb.
- release notes: HMAC token format is the three-part colon string
<username>:<unix_ts>:<hex_hmac_sha256(API_KEY, 'username:ts')>,
not a bare HMAC. Recall@5 on hybrid_rrf is ≈ 0.91 (per-repo macro
across 4.1/4.2/4.3) per reports/2026-05-08/SUMMARY.md, not 0.82
(which mixed it up with the unrelated agent-eval tool_call_recall).
- build-custom-kb: replace the bogus "postgre-vec-0" StatefulSet
ordinal with a Deployment-style pod lookup (the bundled pgvector
is a Deployment, app=postgre-vec). Mode C used to instruct editing
smart-doc-config directly, which gets reverted on chart re-roll
and on every init-container restart — replaced with a
pgconnect.pgCollectionName chart override and an explicit warning.
Soften the BYO-Knowledge claim to "user knowledge-base database"
rather than asserting BYO writes there. Note that the cs2000 /
cs3000 selector dumps are added during image build and not
visible in the repo's dumps/ directory. Clarify kb_version is
accepted both as a top-level manifest key and as --kb-version CLI
flag.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (3)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying alauda-hyperflux with
|
| Latest commit: |
37c0fc5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0494e3ca.alauda-hyperflux.pages.dev |
| Branch Preview URL: | https://feat-auto-update-doc-build-r-rhl6.alauda-hyperflux.pages.dev |
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.
auto update doc build config for doc pipeline