docs(search): add ingest-content Claude command - #1119
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
There was a problem hiding this comment.
💡 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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 👍 / 👎.
…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>
Summary
Validation