Package-level declarations
Types
Link copied to clipboard
class HnswStore(m: Int = 16, efConstruction: Int = 200, efSearch: Int = 64, ttl: Duration? = null, clock: Clock = Clock.systemUTC()) : CacheStore
An in-process CacheStore that scales past the exact-scan dev.kmemo.store.InMemoryStore with an approximate-nearest-neighbour (HNSW) index, while staying pure Kotlin with no extra dependency.