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

Function verify_entity_searchable

tests/conftest.py:682–761  ·  view source on GitHub ↗

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

source not stored for this graph (policy: none)

Calls 1

Tested by

no test coverage detected