AgentSea.Memory.Vector (agentsea_embeddings v0.1.0)

Copy Markdown

Vector-backed conversation memory: messages are embedded and indexed, so search/2 recalls the most relevant past messages (not just the most recent). Wraps an AgentSea.Embeddings handle (any embedder + vector store).

load/1 still returns a conversation's messages in order; search/2 does semantic retrieval across stored memory. A singleton (like AgentSea.Memory.Buffer); start it with an :embeddings handle.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)