Vector
experimentalaiSemantic embedding search with injectable backend
not yet on PyPI —
chp-adapter-vector is not publishedAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
addv1.0.0Store a document for later semantic search.
chp.adapters.vector.addcountv1.0.0Return the total number of stored documents.
chp.adapters.vector.countdeletev1.0.0Delete a document from the vector store.
chp.adapters.vector.deletesearchv1.0.0Semantic search over stored documents.
chp.adapters.vector.search