瀏覽代碼

The fasttext library is missing, and it is used in the operators.py file. (#925)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.7.0
dashi6174 1 年之前
父節點
當前提交
9e3a0e4d03
No account linked to committer's email address
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      requirements.txt
  2. 1
    0
      requirements_dev.txt

+ 1
- 0
requirements.txt 查看文件

@@ -134,3 +134,4 @@ yarl==1.9.4
zhipuai==2.0.1
BCEmbedding
loguru==0.7.2
fasttext==0.9.2

+ 1
- 0
requirements_dev.txt 查看文件

@@ -122,3 +122,4 @@ BCEmbedding
loguru==0.7.2
ollama==0.1.8
redis==5.0.4
fasttext==0.9.2

Loading…
取消
儲存