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.
Minimal structural interface for a Qdrant client: a current
@qdrant/js-client-rest(which searches withquery) or an older one (search). Injected soactrone-memoryneeds 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
dimensionsand cosine distance.