LangChainGo / README.md
远兮
fix requirment
8ca23f8
|
raw
history blame
1.47 kB
---
title: LangChainGo
emoji: 🚀
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 3.24.1
app_file: app.py
pinned: false
license: openrail
---
Anaconda + VScode 的Python环境搭建
https://blog.csdn.net/weixin_43876852/article/details/125793075
Anaconda配置安装
https://www.anaconda.com/products/distribution/start-coding-immediately
langchain
https://pypi.org/project/langchain/
onnxruntim官网
https://onnxruntime.ai/
解决ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
https://blog.csdn.net/ccheiheihei/article/details/125556753
onnxruntime connect to feed.修改Mac python默认pip源
https://blog.csdn.net/m0_59550201/article/details/125962316
https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/ort-nightly/overview/1.15.0.dev20230404004
Mac安装了conda后,解决Mac终端的命令行前的(base)问题
https://blog.csdn.net/gudeng007/article/details/125534180
conda安装,找不到module
https://www.cnblogs.com/Li-JT/p/15477737.html
Anaconda的升级、配置及使用
https://blog.csdn.net/turui/article/details/127063642
Jupyter Notebooks in VS Code / %%time
https://code.visualstudio.com/docs/datascience/jupyter-notebooks
pip3 install langchain
pip3 install redis
更新langchain:
pip3 install --upgrade langchain
查看安装列表及版本:
pip3 list
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference