Open
Description
The VectorStore
interfaces covers two things: similarity search and DocumentWriter
/add/accept/delete.
These are different concepts and a SimilaritySearchService
or similarly named interface should be split out.
I currently have something I would like to expose as a VectorStore
that is readonly and does not support the ingestion operations.