Nous.Memory.Store.ETS (nous v0.16.2)

View Source

ETS-backed memory store implementation.

Uses an unnamed ETS table so multiple instances can coexist. Text search uses String.jaro_distance/2 for fuzzy matching. Does not implement search_vector/3 (no vector support in ETS).