When to use it
- Facts about entities: customer, product, incident profiles
- “Records” that don’t fit Wiki text: ingested transcripts, emails, chat logs
- Multi-hop relationship questions (“who else works at the same company as Alice?”) → Graph form
Creating one
Memory → New space → Index (graph/vector) creates one immediately. After creation, pickvector (default) or graph under Settings → Index form.
The two forms
Vector (default) facts are embedded and indexed. Semantic-similarity search. Graph facts are stored as entity-relationship triples:(subject, relationship, object).
The detail page
The primary tab depends on the form:- Vector → Facts tab: the fact list. Search box at the top; each row shows the summary, a content preview, a kind badge (
fact,preference,profile,entity,episodic,event), and a recurrence count (×N). Sorted by recurrence, descending. Hover a row for an X button on the right: click to Exclude from search. - Graph → Graph tab: entity/edge view; click and drag to explore.
- Log tab: events in chronological order (see below).
- Settings tab: covered below.
What you configure in Settings
See Memory settings for Index settings.Attaching to an Agent
In the flow builder, open the Agent, go to the Memory tab, and click Add memory. Index spaces get a per-space Retrieval preset dropdown: leave on recency, or pick a workspace preset to use vector top-k search.How facts get written
- The memory agent, automatically at the end of a run, pulls entities, facts, and relationships from the conversation and documents. Graph form writes triples; Vector form writes content records.
- The Agent explicitly designed into the Agent’s prompt.
- You directly, or via CLI
nora memoryfor pre-seeding known facts or migrating in.
Entity merging (Graph only)
The same entity referred to in different ways (“Alice”, “alice@company.com”) should collapse into a single node. Nora merges automatically based on exact ID and alias matches. You can also merge by hand: in the Graph tab, select two or more nodes and click Merge.Clean-up
- Exclude from search in the Facts tab, the X button on the hovered row; in the Graph tab, select the node/edge and hit
Delete. Both soft-delete: the item is hidden from retrieval. - Supersede on conflict one Settings toggle turns on the auto-update policy.
- Importance decay facts not retrieved for a while decay per τ and naturally fall out.