Skip to contents

Create a VectorCache with specified backend

Usage

create_vector_cache(backend = "memory", ...)

Arguments

backend

Backend type: "memory", "file", or "none"

...

Additional config options

Value

VectorCache object