get_embedding_cache_stats
Monitor embedding cache performance metrics including hit rates, memory usage, and reuse frequency to optimize system efficiency and debug performance issues.
Instructions
获取有关嵌入缓存性能的详细统计信息。 使用场景:
检查缓存命中率以查看系统是否高效工作
监控缓存的内存使用情况
了解嵌入的重用频率
调试性能问题
返回: 有关嵌入缓存性能的详细统计信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}