You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}")
The text was updated successfully, but these errors were encountered:
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}")
The text was updated successfully, but these errors were encountered: