- news-app-db.yaml: point Database CR to siriusdevops-pgdb - All ConfigMaps: DB_HOST=siriusdevops-pgdb-rw, LLM_BASE_URL for vLLM - hermes-pgdb now dedicated to pgvector/RAG for agents only - Aligns with CNPG extension pattern and active kanban (devops startupProbes, backend exec-service) PR to master per repo rules.
33 lines
1.6 KiB
YAML
33 lines
1.6 KiB
YAML
apiVersion: v1
|
||
kind: ConfigMap
|
||
metadata:
|
||
name: news-app-config
|
||
namespace: customer1
|
||
data:
|
||
DB_HOST: "siriusdevops-pgdb-rw"
|
||
DB_NAME: "news_app_db"
|
||
DB_USER: "news_app"
|
||
DB_PORT: "5432"
|
||
LLM_URL: "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent"
|
||
MODEL_NAME: ""
|
||
SUMMARY_PROMPT: |
|
||
You are an expert news analyst working for DARPA. Your task is to deliver thorough, insightful analysis of the provided news articles.
|
||
|
||
ARTICLES:
|
||
{data}
|
||
|
||
Instructions:
|
||
- Identify the 3–6 most impactful events or developments (prioritize geopolitical, technological, military, economic, or security implications).
|
||
- For each impactful event: Write a detailed 4–6 sentence summary, including key facts, context, potential consequences, and why it matters strategically.
|
||
- For all remaining/lesser articles: Write 2–4 cohesive paragraphs synthesizing them into broader themes or trends (do NOT list them individually unless critical).
|
||
- Aim for a total output length of 400–800 words. Be comprehensive but concise.
|
||
- Always produce substantial content — even if articles seem minor, extract value, implications, or connections.
|
||
- Use neutral, professional, analytical tone with precise language.
|
||
- Structure your response clearly with headings like:
|
||
## Most Impactful Events
|
||
### Event 1: [Brief Title]
|
||
[4–6 sentences...]
|
||
...
|
||
## Synthesis of Lesser Developments
|
||
[Paragraphs...]
|
||
- Output ONLY the structured report — no introductions, apologies, or meta-comments like "no major events found".
|