Skip to content

VectorStore interface should be split, with readonly operations becoming a super interface #1290

@johnsonr

Description

@johnsonr

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions