-
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]: (#1296) KeyError: "Column(s) ['description_embedding'] do not exist" #1345
Comments
Hi @xxll88 If you pull from main or update your graphrag version the issue will no longer be there :) |
loading 'create_final_entities.parquet' and creating description_embedding worked for me when doing 'local search'.
|
I have the same issues with 0.5.0 |
I have the same issue, i'm using 0.5.0 and was trying to load files to neo4j |
Im having the same issue on the 1.0.0 version. You guys removed the column description_embeddings here is the index migration example
and you have also renamed name for "title" now the neo4jgraph is not working properly Please update this Neo4J guide notebook! |
Im having the same issue on the 1.1.2 version; Please update this Neo4J guide notebook! |
Do you need to file an issue?
Describe the bug
After #1296:
when increment index update , generate_text_embeddings(graphrag) ,show
/home/lile/graphrag/graphrag/index/update/entities.py:62 in _group_and_resolve_entities │
│ │
│ 59 │ # Group by name and resolve conflicts │
│ 60 │ aggregated = ( │
│ 61 │ │ combined.groupby("name") │
│ ❱ 62 │ │ .agg({ │
│ 63 │ │ │ "id": "first", │
│ 64 │ │ │ "type": "first", │
│ 65 │ │ │ "human_readable_id": "first",
KeyError: "Column(s) ['description_embedding'] do not exist"
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: