parent
ba704573de
commit
f19d70ac8c
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.10" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.12" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/WxMini.iml" filepath="$PROJECT_DIR$/.idea/WxMini.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,22 +1,17 @@
|
||||
# 腾讯 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
|
||||
pip install dashscope oss2 aiomysql bs4 redis pydub
|
||||
pip install python-multipart uvicorn
|
||||
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
|
||||
python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
python -m pip install .
|
||||
|
||||
|
||||
# 如果服务无法启动
|
||||
netstat -ano | findstr 5600
|
||||
taskkill
|
Loading…
Reference in new issue