// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Integration tests for the document ingestion pipeline and RAG context injection (#1028).
/// Ingest a plain text file, query the agent, and verify the chunk appears in agent context.
///
/// Requires a running Qdrant instance and a configured embedding provider.
async