modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.

Home Page:https://modelscope.github.io/agentscope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: llama-index的版本号是多少

ForgetThatNight opened this issue · comments

在ragagent的example中import报错
from .llama_index_rag import LlamaIndexRAG
cannot import name 'BaseRetriever' from partially initialized module 'llama_index.core.base.base_retriever'

你好,我们开发测目前的版本号是 0.10.26,不过这个看起来好像和版本关系不大,似乎是pip的时候有的module没装完整,建议试一下重新装一下llama-index试试

你好,我们开发测目前的版本号是 0.10.26,不过这个看起来好像和版本关系不大,似乎是pip的时候有的module没装完整,建议试一下重新装一下llama-index试试

重装以后以解决