log_rag_ingest

Background task: ingest journalctl logs into the stargazer_logs RAG store.

Periodically reads new log lines since the last ingestion, chunks them, and upserts into a ChromaDB collection for semantic search.

async log_rag_ingest.ingest_logs_tick()[source]

Single tick: fetch new logs and ingest into the RAG store.

Return type:

None