Wait for a Qdrant collection to exist and be ready for operations. Args: qdrant_store: QdrantStore instance collection_name: Name of collection to wait for timeout: Maximum time to wait in seconds initial_delay: Initial delay between checks max_delay
(
qdrant_store,
collection_name: str,
timeout: float = 15.0,
initial_delay: float = 0.2,
max_delay: float = 2.0,
verbose: bool = False,
)
source not stored for this graph (policy: none)
no test coverage detected