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