ingest.stores.base

Base VectorStore class

source

VectorStore

def VectorStore(
    *args, **kwargs
):

Helper class that provides a standard way to create an ABC using inheritance.