What VOYA knows about me
Preferences are a form you fill in once. Memory is what the agent learns while you travel — durable across conversations, visible in plain language, and deletable in one tap.
Nothing VOYA remembers is hidden from the traveller. Every fact shows where it came from, can be paused so it stops influencing recommendations, and can be deleted permanently — including from the vector store.
Durable fact, not chat log. Candidate facts are extracted, deduplicated against existing memory and written as structured rows with a source and a confidence.
Retrieval, not stuffing. Only the facts relevant to the current intent are retrieved via pgvector and passed to the model, keeping cost and latency predictable.
Thread-local vs durable. “My brother's family joins in August” stays on that thread; “prefers aisle seats” becomes durable memory.
Deletion is real. Delete removes the row and its embedding, and the change is reflected in the next retrieval — not just hidden in the UI.