clear_embedding_cache_tool
Clear embedding cache to free up memory and disk space, reset cache after model changes, and troubleshoot cache-related issues.
Instructions
清除嵌入缓存以释放内存和磁盘空间。 使用场景:
在系统内存不足时释放内存
在更改嵌入模型后重置缓存
清除不再需要的旧缓存嵌入
排查与缓存相关的问题
返回: 有关缓存清理操作的确认消息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}