We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、下载代码 2、下载requirements.txt 依赖 3、运行app.py,正常 4、执行 llamaindex_rag.ipynb 中代码, 5、执行到 ### 下载embedding文件并且配置 代码时提示需要下载 llama-index-embeddings-huggingface 6、下载完包后,重新运行app.py 无法正常工作
master
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
加入 memory模块后就会出现一些莫名其妙的问题
Sorry, something went wrong.
新项目一开始是没有历史对话的, 代码中又没有初始化这个动作。就导致一旦用到就会报错
zzhangpurdue
suluyana
No branches or pull requests
Initial Checks
What happened + What you expected to happen
1、下载代码
2、下载requirements.txt 依赖
3、运行app.py,正常
4、执行 llamaindex_rag.ipynb 中代码,
5、执行到 ### 下载embedding文件并且配置 代码时提示需要下载 llama-index-embeddings-huggingface
6、下载完包后,重新运行app.py 无法正常工作
Versions / Dependencies
master
Reproduction script
1、下载代码
2、下载requirements.txt 依赖
3、运行app.py,正常
4、执行 llamaindex_rag.ipynb 中代码,
5、执行到 ### 下载embedding文件并且配置 代码时提示需要下载 llama-index-embeddings-huggingface
6、下载完包后,重新运行app.py 无法正常工作
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: