You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 腾讯 AI Lab 的中文词向量
|
|
|
|
https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/Tencent_AILab_ChineseEmbedding/Tencent_AILab_ChineseEmbedding.tar.gz
|
|
|
|
|
|
|
|
# 阿里云的sts-sdk需要python 3.10,不要升级到3.12有冲突!!
|
|
|
|
|
|
|
|
conda create -n py310 python=3.10
|
|
|
|
conda activate py310
|
|
|
|
pip install alibabacloud_sts20150401 fastapi python-jose openai passlib pymilvus jieba gensim dashscope oss2 aiomysql bs4 redis pydub python-multipart uvicorn -i https://pypi.tuna.tsinghua.edu.cn/simple
|
|
|
|
|
|
|
|
# 安装 alibabacloud-nls-python-sdk-dev
|
|
|
|
d:
|
|
|
|
cd D:\dsWork\QingLong\AI\WxMini\alibabacloud-nls-python-sdk-dev
|
|
|
|
python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
|
|
|
python -m pip install .
|
|
|
|
# 如果服务无法启动
|
|
|
|
netstat -ano | findstr 5600
|
|
|
|
taskkill
|