Verify that a specific entity is indexed and searchable. Args: qdrant_store: QdrantStore instance dummy_embedder: Embedder for search queries collection_name: Collection to search in entity_name: Name of entity to search for timeout: Maximum time to
(
qdrant_store,
dummy_embedder,
collection_name: str,
entity_name: str,
timeout: float = 10.0,
verbose: bool = False,
expected_count: int = 1,
)
source not stored for this graph (policy: none)
no test coverage detected