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
我成功的Clone了存储库,我直接启动了WebServer 给了我如下报错
“Could not find create_final_nodes.parquet in storage!”
(myenv) F:\GraphRAGSERVER>python -m webserver.main
INFO: Started server process [6332]
INFO: Waiting for application startup.
2025-01-16 02:21:44,243 - graphrag.config.read_dotenv - INFO - Loading pipeline .env file
2025-01-16 02:21:44,259 - graphrag.index.create_pipeline_config - INFO - skipping workflows
2025-01-16 02:21:44,259 - graphrag.storage.file_pipeline_storage - INFO - Creating file storage at F:\GraphRAGSERVER\output
ERROR: Traceback (most recent call last):
File "f:\GraphRAGSERVER\myenv\lib\site-packages\starlette\routing.py", line 677, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "f:\GraphRAGSERVER\myenv\lib\site-packages\starlette\routing.py", line 566, in aenter
await self._router.startup()
File "f:\GraphRAGSERVER\myenv\lib\site-packages\starlette\routing.py", line 654, in startup
await handler()
File "F:\GraphRAGSERVER\webserver\main.py", line 59, in startup_event
config, data = await search.load_context(root, data_dir)
File "F:\GraphRAGSERVER\webserver\search\base.py", line 29, in load_context
dataframe_dict = await resolve_output_files(
File "F:\GraphRAGSERVER\webserver\search\base.py", line 56, in resolve_output_files
df_value = await load_table_from_storage(name=name, storage=storage_obj)
File "f:\GraphRAGSERVER\myenv\lib\site-packages\graphrag\utils\storage.py", line 21, in load_table_from_storage
raise ValueError(msg)
ValueError: Could not find create_final_nodes.parquet in storage!
ERROR: Application startup failed. Exiting.
我不知道这是否设计使然的行为,但是似乎也不太耽误用~
(B站视频三联~)
The text was updated successfully, but these errors were encountered:
我成功的Clone了存储库,我直接启动了WebServer 给了我如下报错
“Could not find create_final_nodes.parquet in storage!”
(myenv) F:\GraphRAGSERVER>python -m webserver.main
INFO: Started server process [6332]
INFO: Waiting for application startup.
2025-01-16 02:21:44,243 - graphrag.config.read_dotenv - INFO - Loading pipeline .env file
2025-01-16 02:21:44,259 - graphrag.index.create_pipeline_config - INFO - skipping workflows
2025-01-16 02:21:44,259 - graphrag.storage.file_pipeline_storage - INFO - Creating file storage at F:\GraphRAGSERVER\output
ERROR: Traceback (most recent call last):
File "f:\GraphRAGSERVER\myenv\lib\site-packages\starlette\routing.py", line 677, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "f:\GraphRAGSERVER\myenv\lib\site-packages\starlette\routing.py", line 566, in aenter
await self._router.startup()
File "f:\GraphRAGSERVER\myenv\lib\site-packages\starlette\routing.py", line 654, in startup
await handler()
File "F:\GraphRAGSERVER\webserver\main.py", line 59, in startup_event
config, data = await search.load_context(root, data_dir)
File "F:\GraphRAGSERVER\webserver\search\base.py", line 29, in load_context
dataframe_dict = await resolve_output_files(
File "F:\GraphRAGSERVER\webserver\search\base.py", line 56, in resolve_output_files
df_value = await load_table_from_storage(name=name, storage=storage_obj)
File "f:\GraphRAGSERVER\myenv\lib\site-packages\graphrag\utils\storage.py", line 21, in load_table_from_storage
raise ValueError(msg)
ValueError: Could not find create_final_nodes.parquet in storage!
ERROR: Application startup failed. Exiting.
我不知道这是否设计使然的行为,但是似乎也不太耽误用~
(B站视频三联~)
The text was updated successfully, but these errors were encountered: