Skip to content
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

如果不进行索引直接启动WebServer 启动失败 #34

Open
strikene opened this issue Jan 15, 2025 · 0 comments
Open

如果不进行索引直接启动WebServer 启动失败 #34

strikene opened this issue Jan 15, 2025 · 0 comments

Comments

@strikene
Copy link

我成功的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站视频三联~)

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