O13: Relevance evaluation CronJob manifest #39

Open
opened 2026-09-08 05:02:43 +00:00 by rock · 0 comments
Owner

Deploy the Qwen-7B relevance evaluation as a K8s CronJob.

Spec:

  • Schedule: 0 3 * * * (daily 03:00 UTC)
  • Image: forgejo.riotpiao.com/rock/poimen-memory:latest
  • Command: mem evaluate-relevance
  • Env: EVAL_SAMPLE_SIZE=500, EVAL_JUDGE_MODEL=qwen2.5-7b, EVAL_JUDGE_ENDPOINT=http://ollama.poimen.svc:11434/api/generate
  • Resources: 500m CPU / 512Mi request, 1 CPU / 1Gi limit
  • RestartPolicy: OnFailure

Deploy to: k8s/app/memory-relevance-eval-cronjob.yaml

Depends on: O4 (CLI command), O10 (metrics module)

Reference: docs/OBSERVABILITY.md Section 13

Deploy the Qwen-7B relevance evaluation as a K8s CronJob. Spec: - Schedule: 0 3 * * * (daily 03:00 UTC) - Image: forgejo.riotpiao.com/rock/poimen-memory:latest - Command: mem evaluate-relevance - Env: EVAL_SAMPLE_SIZE=500, EVAL_JUDGE_MODEL=qwen2.5-7b, EVAL_JUDGE_ENDPOINT=http://ollama.poimen.svc:11434/api/generate - Resources: 500m CPU / 512Mi request, 1 CPU / 1Gi limit - RestartPolicy: OnFailure Deploy to: k8s/app/memory-relevance-eval-cronjob.yaml Depends on: O4 (CLI command), O10 (metrics module) Reference: docs/OBSERVABILITY.md Section 13
rock added the memory-observability label 2026-09-08 05:02:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: riotpiao-poimen/poimen-memory#39