ingest.stores.base

Base VectorStore class

source

VectorStore


def VectorStore(
    args:VAR_POSITIONAL, kwargs:VAR_KEYWORD
):

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