shibing624 / text2vec

text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
https://pypi.org/project/text2vec/
Apache License 2.0
4.39k stars 392 forks source link

在跑第二段示例代码时遇到的警告:FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( #151

Open Phoenix233333 opened 4 months ago

Phoenix233333 commented 4 months ago

Describe the Question

FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True. warnings.warn( FutureWarning: ' resume_download '已弃用,将在1.0.0版本中删除。下载总是在可能的情况下继续。如果你想强制新的下载,使用' force_download=True '。 warnings.warn ( 这个警告是什么意思?请问重要吗?

ZcXXn commented 4 months ago

我也遇到同样的问题

shibing624 commented 4 months ago

忽视