1 Star 0 Fork 10

minyuan/LangChain-ChatGLM-Webui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
[tool.poetry]
name = "langchain-chatglm-webui"
version = "0.1.0"
description = "基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答"
authors = ["thomas-yanxin <yx20001210@163.com>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain = "0.0.147"
fschat = "0.2.3"
accelerate = "*"
qdrant-client = "*"
duckduckgo_search = "*"
transformers = ">=4.28.0"
tokenizers = "*"
nltk = "*"
sentence-transformers = "*"
beautifulsoup4 = "*"
icetk = "*"
cpm_kernels = "*"
faiss-cpu = "*"
# TODO: uncomment next line when detectron2 support PEP517 and poetry.
# detectron2 = { git = "https://github.com/facebookresearch/detectron2.git", tag = "v0.6" }
wandb = "0.13.0"
jina = ">=3.15.2"
langchain-serve = ">=0.0.24"
protobuf = "3.19.0"
[tool.poetry.extras]
unstructured = ["local-inference"]
layoutparser = ["layoutmodels", "tesseract"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/minyuan-fr/LangChain-ChatGLM-Webui.git
git@gitee.com:minyuan-fr/LangChain-ChatGLM-Webui.git
minyuan-fr
LangChain-ChatGLM-Webui
LangChain-ChatGLM-Webui
master

搜索帮助