Cache Management
create_cache
Create a new cache with specified configuration
create_cache
Create a new cache with specified configuration.
Parameters
name
(str): Name of the cache to createmodel
(str): Name of the model to use (e.g. “llama2”)gguf_file
(str): Name of the GGUF file to use for the modelfilters
(Dict[str, Any], optional): Optional metadata filters to determine which documents to include. These filters will be applied in addition to any specific docs provided.docs
(List[str], optional): Optional list of specific document IDs to include. These docs will be included in addition to any documents matching the filters.
Returns
Dict[str, Any]
: Created cache configuration