-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Bug]: empty workflows list, no indexing is done #489
Comments
I removed the cache, double checked
|
Are you trying to run indexing using the command line interface? i.e. I added a change last week that should address your problem. A new command line flag You can either build the python package from source (run |
right, I should have specified that.
To be clear I tried multiple
But settings are being ignored still.
|
additionally, when I try a local search there seems to be missing lancedb dataset, see first line below. The last line I wonder if that is an issue with trying to run in colab and maybe a separate issue.
|
@jgbradley1 the issue is still not fixed, only partially, several artifacts are still not produced - the settings file is being, at least partly, ignored. Is there some issue with maybe say whitespace malformed yaml? Just guessing now As posted above,
embed_graph, graphml, raw_entities, umap, and top_level_nodes are not being generated. |
This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days. |
Having a similar issue, default settings.yaml works fine. I tried the prompt tuning, and put the tuned prompts inside |
After a bit debugging, I found that |
Describe the bug
Using in google colab. I used several different settings.yaml files to try to get it to work, including initial stock with .env file. One time starting in a new folder from scratch it worked partly (errored out before all workflow tasks done), but then after problem persists. I can see no pattern for the cause. please see indexing-engine.log
Steps to reproduce
note, error:
Expected Behavior
workflow list should be fully populated and all tasks run correctly. At best have only had a few partial runs, now nothing is done
GraphRAG Config Used
Logs and screenshots
indexing-engine.log
Additional Information
The text was updated successfully, but these errors were encountered: