actrone-memory
    Preparing search index...

    Type Alias QdrantLike

    Minimal structural interface for a Qdrant client: a current @qdrant/js-client-rest (which searches with query) or an older one (search). Injected so actrone-memory needs no hard Qdrant dependency and the store is unit-testable with an in-memory fake.

    The store does not create its collection: create it first, with a vector size equal to the embedder's dimensions and cosine distance.