# `Nous.Memory.Store.ETS`
[🔗](https://github.com/nyo16/nous/blob/v0.17.1/lib/nous/memory/store/ets.ex#L1)

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).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
