Spaces:
Runtime error
Runtime error
| 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 | |
| Anthropic | |
| https://zhuanlan.zhihu.com/p/621785668 | |
| pip3 install langchain | |
| pip3 install redis | |
| 更新langchain: | |
| pip3 install --upgrade langchain | |
| 查看安装列表及版本: | |
| pip3 list | |
| TODO: | |
| 1.看一下ONNXruntime | |
| 2.详细看一下gptcache | |
| 3.看一下Hugging Face Hub上有哪些开源model,这些model大模型环境是跑在FuggingFace上的?如果要用的话,可以直接用还是自己搭server环境? | |
| 4.PromptTemplate,可以有多个input/output吗,怎么使用?参见llms_sequential_chain.ipynb | |
| 5.看一下OpenAI的Embding Vector。 | |
| 6.优先重点看下HuggingFace DataSet数据集。https://huggingface.co/docs/datasets/quickstart | |
| 7.看一下LangChainHub,有哪些chain,https://github.com/hwchase17/langchain-hub | |
| 8.PyTorch, Python机器学习库。 | |
| 9.playwright | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |