mix ragex.cache.clear
(Ragex v0.10.0)
View Source
Clears cached embeddings.
Usage
mix ragex.cache.clear [options]Options
--current Clear cache for the current project only
--all Clear all cached projects
--older-than DAYS Clear caches older than N days
--force Skip confirmation promptExamples
# Clear current project cache (with confirmation)
$ mix ragex.cache.clear --current
# Clear all caches without confirmation
$ mix ragex.cache.clear --all --force
# Clear caches older than 30 days
$ mix ragex.cache.clear --older-than 30