Skip to content

Commit

Permalink
The fasttext library is missing, and it is used in the operators.py f…
Browse files Browse the repository at this point in the history
…ile. (#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)
  • Loading branch information
dashi6174 authored May 27, 2024
1 parent c0d71ad commit 9e3a0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ yarl==1.9.4
zhipuai==2.0.1
BCEmbedding
loguru==0.7.2
fasttext==0.9.2
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ BCEmbedding
loguru==0.7.2
ollama==0.1.8
redis==5.0.4
fasttext==0.9.2

0 comments on commit 9e3a0e4

Please sign in to comment.