# `GEPA.Adapters.GenericRAG.VectorStore.InMemory`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/adapters/generic_rag/vector_store.ex#L132)

Deterministic in-memory vector-store implementation for tests, examples, and
local development. Similarity is simple token overlap.

# `t`

```elixir
@type t() :: %GEPA.Adapters.GenericRAG.VectorStore.InMemory{
  collection_name: String.t(),
  documents: [map()]
}
```

# `hybrid_search`

# `matches_filters?`

# `new`

```elixir
@spec new(keyword() | map()) :: t()
```

---

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