#12535·haystack

CacheChecker.run 为每个项发出一个 filter_documents 调用 (N+1 查询模式)

作者: Harsh23Kashyap创建于 2026年8月31日更新于 2026年9月14日
标签P2

@component.output_types(hits=list[Document], misses=list) def run(self, items: list[Any]) -> dict[str, Any]: …

内容来源: deepset-ai/haystack