Skip to content

Failed to load index with ID {index_id}") #25

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

Open
zbbwss opened this issue May 6, 2025 · 0 comments
Open

Failed to load index with ID {index_id}") #25

zbbwss opened this issue May 6, 2025 · 0 comments

Comments

@zbbwss
Copy link

zbbwss commented May 6, 2025

Traceback:
File "/root/anaconda3/envs/fish-speech/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/root/anaconda3/envs/fish-speech/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/mnt/sdb/zhoubingbing/closeai-main/app.py", line 48, in
pg.run()
File "/root/anaconda3/envs/fish-speech/lib/python3.10/site-packages/streamlit/navigation/page.py", line 303, in run
exec(code, module.dict)
File "/mnt/sdb/zhoubingbing/closeai-main/frontend/Document_QA.py", line 128, in
main()
File "/mnt/sdb/zhoubingbing/closeai-main/frontend/Document_QA.py", line 109, in main
st.session_state.index_manager.load_index()
File "/mnt/sdb/zhoubingbing/closeai-main/server/index.py", line 39, in load_index
self.index = load_index_from_storage(self.storage_context,index_id='index_1')
File "/root/anaconda3/envs/fish-speech/lib/python3.10/site-packages/llama_index/core/indices/loading.py", line 33, in load_index_from_storage
indices = load_indices_from_storage(storage_context, index_ids=index_ids, **kwargs)
File "/root/anaconda3/envs/fish-speech/lib/python3.10/site-packages/llama_index/core/indices/loading.py", line 71, in load_indices_from_storage
raise ValueError(f"Failed to load index with ID {index_id}")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant