You mentioned using ClickHouse to store 'soft context' like Slack threads and postmortems alongside hard telemetry. Are you suggesting storing these as vectorized embeddings directly in ClickHouse using their Vector Search capabilities, or keeping them as raw text and letting the LLM parse them via SQL?