goodmaney
goodmaney
**问题描述 / Problem Description** 初次运行能上传文件成功,第二次上传不成功。第一次上传文件解析成功后无法删除任意一行文档列表,对任意一行文档列表进行修改后其他行会被全部删除。第二次上传后web页面文件内文档列表为空 **复现问题的步骤 / Steps to Reproduce** 1. 执行上传文件 2. 点击添加到知识库 3. 滚动到 '...' / Scroll to '...' 4. 问题出现 utils.py[line:95] - ERROR: ReadTimeout: error when post...
**功能描述 / Feature Description** 比如使用lora进行训练后将微调模型加载起来,没找到在哪里修改 **解决的问题 / Problem Solved** 就是想自己微调模型能生成符合某种措辞的回答,然后结合langchain文章检索功能生成类似报告的回答
**问题描述 / Problem Description** 运行后显示启动成功,控制台没报错 :You can now view your Streamlit app in your browser. OpenAI API Server: http://127.0.0.1:20000/v1 Chatchat API Server: http://127.0.0.1:7861 Chatchat WEBUI Server: http://0.0.0.0:8501 You can now...
### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction 环境是wind10 装的wsl2,webUI加载模型时速度不到10MB/s。其他工具加载模型50多。模型在SSD里 ### Expected behavior _No response_ ### System Info _No response_ ### Others...
my BepInEx is 5.4.22.0,I try the BepisPlugins 19.4 to 19.6. it report [Warning: BepInEx] Plugin [BGM Loader 19.4] targets a wrong version of BepInEx (5.4.22.0) and might not work until...
我这样写的  生成内容有时我输入你好后它会提示我继续输入基础信息,有时直接就生成一篇文章模板 模型试过ChatGLM3-6B和Yi-34B-int4,Temperature试过从0.1、0.5、0.7、1.0,都有概率出现这样的情况。
I find that the VR controller cant apply massage oil however I can use mouse, but the camera is too far at the beginning every time. So I think you...
### Describe the bug File "/home/xx/graphrag/graphrag/query/structured_search/global_search/search.py", line 194, in _map_response_single_batch processed_response = self.parse_search_response(search_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xx/graphrag/graphrag/query/structured_search/global_search/search.py", line 232, in parse_search_response parsed_elements = json.loads(search_response)["points"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xx/anaconda3/envs/graphrag/lib/python3.11/json/__init__.py", line 346, in loads...
# Describe the bug Global search works well. Local search not report error but respond null. I use xinference load llm and embedding,the embedding is working when execute Local Search...