spring-ai
spring-ai copied to clipboard
Make VectorStore extend from DocumentRetriever
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.