MCPcopy Create free account
hub / github.com/Durafen/Claude-code-memory / wait_for_collection_ready

Function wait_for_collection_ready

tests/conftest.py:625–679  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

Calls 2

countMethod · 0.80
collection_existsMethod · 0.45

Tested by

no test coverage detected