chatchat-space / Langchain-Chatchat

Langchain-Chatchat(原Langchain-ChatGLM, Qwen 与 Llama 等)基于 Langchain 与 ChatGLM 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
Apache License 2.0
29.52k stars 5.18k forks source link

运行 chatchat -a 命令之后,点击下面0.0.0.0:7861的连接进去的是http://0.0.0.0:7861/docs ,没有出现 langchain-chatchat 的web页面,又没有报错,在readme看的要出现langchain-chatchat的web页面才是成功 #4278

Open cqray1990 opened 1 week ago

cqray1990 commented 1 week ago

问题描述 / Problem Description 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner.

复现问题的步骤 / Steps to Reproduce

  1. 执行 '...' / Run '...'
  2. 点击 '...' / Click '...'
  3. 滚动到 '...' / Scroll to '...'
  4. 问题出现 / Problem occurs

预期的结果 / Expected Result 描述应该出现的结果 / Describe the expected result.

实际结果 / Actual Result 描述实际发生的结果 / Describe the actual result.

环境信息 / Environment Information

运行 chatchat -a 命令之后,点击下面0.0.0.0:7861的连接进去的是http://0.0.0.0:7861/docs ,没有出现 langchain-chatchat 的web页面,又没有报错,在readme看的要出现langchain-chatchat的web页面才是成功

Started server process [4104234] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:7861 (Press CTRL+C to quit) 2024-06-22 17:29:34.233 Port 8501 is already in use INFO: 127.0.0.1:45668 - "GET / HTTP/1.1" 307 Temporary Redirect

8501 端口怎么说是已经被使用了

Hoyxxx commented 1 week ago

0.0.0.0换127.0.0.1试试