# AI

- LiveStore is a great fit for building AI applications.
- Scenarios:
  - Local RAG (via sqlite-vec (see [feature request](https://github.com/livestorejs/livestore/issues/127)) + local LLM e.g. Gemini Nano embedded in Chrome)
  - Agentic applications

- Event <> tool calls
  - Nice mapping

## Example

```ts
// TODO (contribution welcome)
```