spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Make VectorStore extend from DocumentRetriever

Open alexcheng1982 opened this issue 1 year ago • 0 comments

The new DocumentRetriever should be the interface for all implementations that can retrieve documents, including vector stores. So I think it's reasonable for VectorStore to extend from DocumentRetriever.

alexcheng1982 avatar Sep 28 '24 02:09 alexcheng1982