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
I'm running this examplehttps://github.com/microsoft/graphrag/blob/main/examples_notebooks/local_search.ipynb. Everything seems to run all smoothly until this line: result.context_data["entities"].head(). This returns empty dictionary. I'm not sure where to check to debug this. Aside from file paths, the big change I made to this notebook was using AzureAISearch as vector store instead of LanceDB. Any help would be appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running this examplehttps://github.com/microsoft/graphrag/blob/main/examples_notebooks/local_search.ipynb. Everything seems to run all smoothly until this line: result.context_data["entities"].head(). This returns empty dictionary. I'm not sure where to check to debug this. Aside from file paths, the big change I made to this notebook was using AzureAISearch as vector store instead of LanceDB. Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions