又农

Results 3 issues of 又农

**问题描述 / Problem Description** 在langchain-chatchat里得到的回答,和大模型直接推理得到的回答,不一样 **复现问题的步骤 / Steps to Reproduce** 1.使用LLaMA-Factory的推理程序CUDA_VISIBLE_DEVICES=0 llamafactory-cli chat examples/inference/llama3.yaml 2.在langchain-chatchat的LLM对话界面 输入同样的问题,得到不一样的答案 **预期的结果 / Expected Result** 应该得到同样的回答 **实际结果 / Actual Result** 回答不一样 **环境信息 / Environment Information**...

bug

阿里云PAI平台 ![image](https://github.com/labring/FastGPT/assets/85269058/03330604-a576-4447-a66c-49d0d9ef0002) 不用docker,能部署吗?

bug

我现在有7万多个文件,需要进行知识库的初始化。由于机器性能限制,只能分批进行。第一批,把一个文件夹,5千个文件,执行python init_database.py --recreate-vs或是在webui界面,“知识库管理”中,点击“依据源文件重建向量库”。第一批是可以成功的。但第二批,该如何进行呢?python init_database.py --recreate-vs会把第一批的文件,也再次初始化。

enhancement