AOSSIE-Org / AOSSIE-Org/BabyNest

[CRITICAL] NameError in vector store except block

未关闭
#201 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
56
派生
123
PR 合并指标
30 天内没有已合并 PR

描述

Inside an except block, print(f"... {e}") references e, but e is bound in a different outer except clause. In Python, the exception variable is deleted after its except block exits. When inner except is hit, e is not in scope and raises NameError.\n\nFile: Backend/agent/vector_store.py, line ~73\nFix: Give inner except clause its own variable: except Exception as inner_e:

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。