imClumsyPanda

Results 295 comments of imClumsyPanda

请参考 [README.md#常见问题](https://github.com/imClumsyPanda/langchain-ChatGLM#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)

@sherrylml @dydwgmcnl4241 [langchain 文档](https://python.langchain.com/en/latest/reference/modules/vectorstore.html#langchain.vectorstores.FAISS.save_local)

今天发布的v 0.1.0版本中,已增加 vectorstore 的存储和加载,并将在后续支持基于vectorstore 存储路径名称的 api 调用

因为现在已经加到了requirements.txt中 Anne Stake ***@***.***>于2023年4月17日 周一15:37写道: > 提示是说:需要按照常见问题 Q2 中描述进行detectron2的安装 > 但是问题是常见问题没有Q2,Q1后直接跳到Q3 > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe >...

@ngbruce @oashua 这里是使用 text2vec-large-chinese 作 embedding,虽然该模型不能直接作为 sentence-transformer,但是langchain会默认使用平均值作为每句文本的向量,这句只是警告/提示信息,不影响程序的正常运行。 如果测试过程中使用了 ChatGLM-6B 最新版的 README.md 可能因为其中包含了特殊字符,导致文档加载过程中出错,可以尝试使用其他不含特殊字符的文本文件进行测试

可以,近期也有在考虑这种方式

如果是ubuntu系统,建议检查文件中是否有特殊字符或编码不是utf8

另外目前项目代码已更新,建议使用最新版代码测试

请按照对话内容,按顺序分别加载模型、加载文档、进行提问 cocomany ***@***.***>于2023年4月14日 周五23:37写道: > 运行 webui.py后能访问页面,上传一个md文件后,日志中有错误。等待后能加载完成,提示可以提问了,但提问没反应,日志中有错误。 具体日志如下。 > > $ python webui.py > /data/py310/lib/python3.10/site-packages/gradio/components.py:167: UserWarning: Unknown style parameter: height > warnings.warn(f"Unknown style parameter: {key}") > Running on local URL:...