🚩 Report : Not working

#52
by gokukkrot - opened

请问为什么会这样

微信图片_20230404000409.png

有一台电脑 一直是显示 “已重置连接。”
别的电脑又可以。

看这个错误提示,用的是旧Edge(三叉戟内核的那个)吧。可能是浏览器版本太旧了。

Edge是新版的,我用chrome试过,包括微信的,都是这样。
有什么方向可以指导一下吗

刚刚折腾了一下,有这个报错,但是我没有动过这块的代码。
Runtime error
Space failed to start. Exit code: 1. Reason: Traceback (most recent call last):
File "app.py", line 11, in
from modules.chat_func import *
File "/home/user/app/modules/chat_func.py", line 16, in
from llama_index.indices.query.vector_store import GPTVectorStoreIndexQuery
ModuleNotFoundError: No module named 'llama_index.indices.query.vector_store'

我把 "llama_index.indices.query.vector_store " 替换成了 "llama_index.indices.vector_store.base_query"
没有报错了,。,,但是APP 还是提示 “已重置连接。”

Sign up or log in to comment