Skip to content

docs(search): add ingest-content Claude command - #1119

Merged
POWERFULMOVES merged 1 commit into
mainfrom
codex/search-ingest-command
Mar 26, 2026
Merged

POWERFULMOVES merged 1 commit into
mainfrom
codex/search-ingest-command

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

  • add a Claude search command for ingesting content into Hi-RAG v2
  • document the supported ingest paths through PMOVES.YT and extract-worker
  • capture current dependency and embedding fallback notes for local operators

Validation

  • reviewed against existing .claude search command format
  • verified branch diff contains only .claude/commands/search/ingest-content.md

@coderabbitai

coderabbitai Bot commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@POWERFULMOVES has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 28 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 05b51129-53f9-4fdf-820a-00dd09d93d31

📥 Commits

Reviewing files that changed from the base of the PR and between 3995b98 and 9aa2d80.

📒 Files selected for processing (1)
  • .claude/commands/search/ingest-content.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/search-ingest-command

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@POWERFULMOVES
POWERFULMOVES enabled auto-merge (squash) March 26, 2026 20:39

@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 automated review suggestions for this pull request.

Reviewed commit: 9aa2d80033

ℹ️ 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
  • 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 address that feedback".


```bash
make -C pmoves up-hirag # Start Hi-RAG v2
make -C pmoves up-workers # Start extract-worker + media workers

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add PMOVES.YT bring-up to Path 1 prerequisites

Path 1 starts with POST http://localhost:8077/yt/ingest, but the Make Targets section omits make -C pmoves up-yt; up-workers does not include pmoves-yt (see WORKER_SERVICES in pmoves/Makefile) and PMOVES.YT is started by a separate up-yt target. If operators follow this command verbatim, port 8077 is typically not running and Step 1 fails before ingestion begins.

Useful? React with 👍 / 👎.

- `sentence-transformers/all-MiniLM-L6-v2` (384d, fast)
- `Alibaba-NLP/gte-Qwen2-1.5B-instruct` (1536d, multilingual)

Set `EXTRACT_WORKER_EMBEDDING_BACKEND=sentence-transformers` in env to bypass TensorZero.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Use the env var extract-worker actually reads

The fallback instruction recommends EXTRACT_WORKER_EMBEDDING_BACKEND=sentence-transformers, but extract-worker reads EMBEDDING_BACKEND in pmoves/services/extract-worker/worker.py (line 31). In the documented TensorZero-failure scenario, setting the variable shown here does not switch backends, so ingestion continues failing instead of recovering.

Useful? React with 👍 / 👎.

@POWERFULMOVES
POWERFULMOVES merged commit 7cd1cb3 into main Mar 26, 2026
2 checks passed
POWERFULMOVES added a commit that referenced this pull request Mar 27, 2026
…ity hardening

Fleet Networking & RustDesk:
- KVM2 self-hosted RustDesk relay (hbbs+hbbr, systemd, UFW-locked)
- Scripts: fix-kvm2-rustdesk-relay.sh, restart-jetson-rustdesk.sh
  (env var driven — HOSTINGER_KVM2_IP, RUSTDESK_RELAY_KEY, JETSON_IPS)
- RUSTDESK_SELF_HOSTED.md deployment guide (sanitized, no secrets)
- QR code generation instructions for mobile enrollment

Security Hardening:
- Network hardening: localhost defaults for all service bindings
- 4090 laptop host hardening script
- SSH key-only auth across 8 nodes (password disabled)
- Gitignore: rustdesk QR images excluded from repo

Infrastructure:
- DeepResearch Dockerfile: add pmoves.chit COPY for CGP_SPEC_VERSION
  (Python files only, secrets manifests excluded from image layers)
- TOPOLOGY.md: KVM2 RustDesk ports, updated node hostnames, Jetson status
- AGNOTE4482 ACK: Z890-CLAUDE fleet networking claim signed

Also includes merged PR content:
- Hi-RAG embedding defaults aligned to Qwen3 2560d (#1122)
- Pinokio Codex plugin + Agent Zero launcher (#1121)
- Publishing approval handoff state (#1120)
- TTS MCP bridge + expression registry (#1116)
- Damage-control hooks Windows compat (#1123)
- AGNOTE4482 fleet claim docs (#1127)
- Dependency bumps (#1111, #1113, #1128)
- Bootstrap SUPERSEDED_VALUES (#1112)
- Various docs updates (#1115, #1117, #1119, #1124, #1125)
- Publisher RPC idempotent guards (#1126)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@POWERFULMOVES
POWERFULMOVES deleted the codex/search-ingest-command branch April 21, 2026 13:02
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