Class SimpleVectorStore

All Implemented Interfaces:
Consumer<List<Document>>, DocumentWriter, VectorStore

public class SimpleVectorStore extends AbstractObservationVectorStore
SimpleVectorStore is a simple implementation of the VectorStore interface. It also provides methods to save the current state of the vectors to a file, and to load vectors from a file. For a deeper understanding of the mathematical concepts and computations involved in calculating similarity scores among vectors, refer to this [resource](https://docs.spring.io/spring-ai/reference/api/vectordbs.html#_understanding_vectors).
Author:
Raphael Yu, Dingmeng Xue, Mark Pollack, Christian Tzolov, Sebastien Deleuze, Ilayaperumal Gopinathan, Thomas Vitale, Jemin Huh