AgentSea. VectorStore behaviour
(agentsea_embeddings v0.1.0)
Copy Markdown
Stores vectors and answers nearest-neighbour queries. Adapters: the in-memory
AgentSea.VectorStore.Memory and, in future, pgvector (first-class via Ecto)
or remote stores (Pinecone/Qdrant) over HTTP.
Summary
Types
Callbacks
@callback count(store()) :: non_neg_integer()
@callback query(store(), [float()], k :: pos_integer(), opts :: keyword()) :: [hit()]