-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Issues: chatchat-space/Langchain-Chatchat
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[BUG] 简洁阐述问题 / 问题1:IndexError: list index out of range 原因是代码尝试访问 d.choices[0].delta.content 时,choices 列表为空,导致索引超出范围。可能是 API 返回的 d 对象不符合预期结构。 问题2:AttributeError: 'IndexError' object has no attribute 'body' 在异常处理中,代码尝试访问 IndexError 异常的 body 属性,但 IndexError 对象没有这个属性,因此触发了二次异常。
bug
Something isn't working
#5185
opened Jan 9, 2025 by
Yu-YuZhang
[BUG] 简洁阐述问题 / samples 目录删除后还是会被加入向量库, 为什么?
bug
Something isn't working
#5184
opened Jan 9, 2025 by
BigGeneral666
[BUG] 点击RAG对话报错:TypeError: 'NoneType' object is not iterable
bug
Something isn't working
#5183
opened Jan 8, 2025 by
ttitfly
[FEATURE] 简洁阐述功能 / Concise description of the feature
enhancement
New feature or request
#5181
opened Jan 7, 2025 by
breekachuchan
请问0.3.0 可以加载保存在本地的LLM model和embedding model吗?
bug
Something isn't working
#5164
opened Dec 30, 2024 by
Go4miii
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.