adk_memory_vector_ets (erlang_adk v0.10.0)

View Source

Bounded in-memory reference implementation for vector and hybrid memory search. It is intentionally local and volatile; managed indexes can implement the same contracts without becoming runtime dependencies.

Summary

Functions

capabilities(Pid)

code_change(Old, State, Extra)

delete_scope(Pid, Scope)

handle_call(Request, From, State)

handle_cast(Message, State)

handle_info(Message, State)

hybrid_search(Pid, Scope, Query, Options)

init(Limits)

start_link(Config)

status(Pid)

stop(Pid)

terminate(Reason, State)

upsert(Pid, Scope, Documents, Options)

vector_search(Pid, Scope, Vector, Options)