-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
启动报错 #15
Comments
可以看一下您pip3 install -r requirements.txt的输出吗?感觉还是缺一些 |
下面是我输出的依赖,看上去好像都安装成功了,我的苹果操作系统版本:11.5.1 (myenv) xuan@B-38HPMD6R-0145 ThinkRAG (main) $ pip3 install -r requirements.txt |
用了python3.12.8,虚拟环境,该下载的依赖都下载了。启动时报错,但是看不到错误信息,我一行行注释代码发现是加载这个时报错:from llama_index.core import Settings
不知道加载llama_index时,还需要特别注意什么
The text was updated successfully, but these errors were encountered: