binary-husky / binary-husky/gpt_academic

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

Open
#1,703 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
71.3k
Forks
8.3k
PR merge metrics
No merged PRs in 30d

Description

### Installation Method | 安装方法与平台

Pip Install (I used latest requirements.txt)

### Version | 版本

Latest | 最新版

### OS | 操作系统

Windows

### Describe the bug | 简述

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

### Screen Shot | 有帮助的截图

![屏幕截图 2024-04-12 141721](https://github.com/binary-husky/gpt_academic/assets/140157078/7f0d94ce-524f-453e-9b28-6210563016b5)

### 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](https://github.com/binary-husky/gpt_academic/assets/140157078/00aedaeb-1611-406b-92c6-3910b9707d60)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the knowledge-base build on Windows with the latest requirements.txt and observe the terminal around “Checking Text2vec ...” and “Establishing knowledge archive ...”. Trace the knowledge-base entry point and Text2vec check to identify why the page and process stop responding; done means the build completes or reports a clear error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.