Langchain-Chatchat icon indicating copy to clipboard operation
Langchain-Chatchat copied to clipboard

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with la...

Results 929 Langchain-Chatchat issues
Sort by recently updated
recently updated
newest added

请问一下我再初始化向量数据库的时候成功了, 脚本如下:python init_database.py --recreate-vs 其中使用了默认配置,只在model_config.py中修改了MODEL_ROOT_PATH = "/public/RAG/model"为我的本地模型路径,以及bge-large-zh-v1.5为我对应的保存路径 "bge-large-zh-v1.5": "AI-ModelScope/bge-large-zh" 初始化向量数据库显示成功: ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/117699100/0432e997-6272-42a7-b9bf-27c88d2b1363) LLM模型问答服务正常,但是在使用知识库的时候一直查询不到知识库。 对比官方的展示图片发现问题,在管理页面中虽然可以看到初始化的数据文件,但是源文件和向量库 都是 × 而不是 √。不知道是哪里出了问题? ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/117699100/3c7da929-b3ad-4f47-98b1-85e38a873450) 并且选中其中一个文件以后报如下错误: ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/117699100/ff97ada8-703a-4b14-82ef-cca4a8a0ce3d) 请问大家在使用中是否遇到同样的问题,是怎么解决的

bug

2024-05-13 01:07:12,373 - decorators.py[line:146] - ERROR: RPC error: [batch_insert], , 2024-05-13 01:07:12,373 - milvus.py[line:595] - ERROR: Failed to insert batch starting at entity: 0/25499 Traceback (most recent call last): File...

bug

如果想自己初始化知识库, 添加一些自定义字段, 应该如何入手?

enhancement

**问题描述 / Problem Description** 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. pip3 install -r requirements.txt ERROR: Could not find a version that satisfies the requirement torch==2.1.2...

bug

@dosu-bot我想知道langchain-Chatchat使用start.py启动的前端页面有哪些模块

bug

2024-05-11 14:17:48,678 - decorators.py[line:146] - ERROR: RPC error: [batch_insert], , 2024-05-11 14:17:48,678 - milvus.py[line:595] - ERROR: Failed to insert batch starting at entity: 4000/11304 Traceback (most recent call last): File...

bug

![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/76991214/a9c6496e-37d4-42b5-a107-f95f325b0af6) ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/76991214/7d99478c-2038-475b-992f-fc39edd351b5) 但是Qwen-7B-Chat是可以正常推理的,有什么解决办法吗?

enhancement

正在将 samples/llm/img/分布式训练技术原理-幕布图片-57107-679259.jpg 添加到向量库,共包含1条文档 Batches: 0%| | 0/1 [00:00

bug

2024-05-10 15:14:44 | INFO | stdout | 本地vllm加速模型 /home/xqxls/git/Langchain-Chatchat/venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:334: UserWarning: Valid config keys have changed in V2: * 'schema_extra' has been renamed to 'json_schema_extra' warnings.warn(message, UserWarning) /home/xqxls/git/Langchain-Chatchat/venv/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_name"...

bug