Class VolatileVectorStore

  • All Implemented Interfaces:
    VectorStore

    public class VolatileVectorStore
    extends Object
    implements VectorStore
    Represents a volatile vector store. A volatile vector store is an in-memory vector store that does not persist data.
    • Constructor Detail

      • VolatileVectorStore

        public VolatileVectorStore()
        Creates a new instance of the volatile vector store.