Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Moskize91/index-package

Repository files navigation

parpers-rag

已迁移到 knowledge-base……

安装

conda 环境

需要 Python 环境,执行如下命令创建 Python 的 venv 环境。

$ conda create --prefix ./.venv python=3.12.7 -y

此后切换到该 Python 环境。对于 Linux / MacOS 而言执行如下命令。

$ conda activate ./.venv

此后安装依赖包,执行如下命令。

$ pip install --upgrade pip
$ pip install -r requirements.txt

退出环境

$ conda deactivate

Spacy 模型

其中 Spacy 依赖的中英文模型,通过如下命令安装。

$ python -m spacy download en_core_web_sm
$ python -m spacy download zh_core_web_sm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published