binary-husky / gpt_academic

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
https://github.com/binary-husky/gpt_academic/wiki/online
GNU General Public License v3.0
65.22k stars 8.03k forks source link

[Bug]: 构建知识库时卡住不反应 #1703

Open lin-qian123 opened 6 months ago

lin-qian123 commented 6 months ago

Installation Method | 安装方法与平台

Pip Install (I used latest requirements.txt)

Version | 版本

Latest | 最新版

OS | 操作系统

Windows

Describe the bug | 简述

构建知识库时卡住不反应,页面停留在“构建知识库”,终端停留在“Checking Text2vec ...”

Screen Shot | 有帮助的截图

屏幕截图 2024-04-12 141721

Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)

D:\Program Files\anaconda\anaconda3\envs\python310\lib\site-packages\langchain\vectorstores__init__.py:35: LangChainDeprecationWarning: Importing vector stores from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.vectorstores import FAISS.

To install langchain-community run pip install -U langchain-community. warnings.warn( D:\Program Files\anaconda\anaconda3\envs\python310\lib\site-packages\langchain\document_loaders__init__.py:36: LangChainDeprecationWarning: Importing document loaders from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.document_loaders import UnstructuredFileLoader.

To install langchain-community run pip install -U langchain-community. warnings.warn( Checking Text2vec ... Establishing knowledge archive ... Checking Text2vec ... 屏幕截图 2024-04-12 141745

17794 commented 3 months ago

我也遇到了同样的问题,卡住的界面是一样的