Skip to content
Discussion options

You must be logged in to vote

Hi @MoktarEls

Thank you for the detailed bug report and for providing the logs. This was extremely helpful in identifying the root cause.

The Issue

You're right—the graph construction and entity resolution steps were working perfectly, but the GraphAnalyzer was failing. The error TypeError: unhashable type: 'Entity' occurred because the internal algorithms (Centrality, Community Detection, etc.) were attempting to use raw Entity objects as dictionary keys when building the graph's adjacency list, rather than using their unique string IDs.

The Fix

We have implemented a fix that makes the GraphAnalyzer much more robust. It now automatically detects and extracts the correct identifiers wheth…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MoktarEls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants