(ctx context.Context, namespace string)
| 218 | Validate(ctx context.Context, id string) (bool, []string, error) |
| 219 | Refresh(ctx context.Context, id string) error |
| 220 | Compress(ctx context.Context, namespace string) error |
| 221 | |
| 222 | // 统计信息 |
| 223 | GetStats(ctx context.Context, namespace string) (*KnowledgeStats, error) |
no outgoing calls
no test coverage detected