Do you need to file an issue?
Describe the bug
The example notebooks included in the github repo, for example:
#docs/examples_notebooks/local_search.ipynb
[https://microsoft.github.io/graphrag/examples_notebooks/local_search/]
seem to use incorrect, not existing classes.
I guess there were some major changes to the project structure, yet those examples are not updated.
The errors include:
ImportError: cannot import name 'ModelType' from 'graphrag.config.enums'
NameError: name 'LanceDBVectorStore' is not defined
NameError: name 'description_embedding_store' is not defined
It would be great to have working examples, especially for beginers.
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
Logs and screenshots
No response
Additional Information
- GraphRAG Version:
- Operating System:
- Python Version:
- Related Issues:
Do you need to file an issue?
Describe the bug
The example notebooks included in the github repo, for example:
#docs/examples_notebooks/local_search.ipynb
[https://microsoft.github.io/graphrag/examples_notebooks/local_search/]
seem to use incorrect, not existing classes.
I guess there were some major changes to the project structure, yet those examples are not updated.
The errors include:
ImportError: cannot import name 'ModelType' from 'graphrag.config.enums'NameError: name 'LanceDBVectorStore' is not definedNameError: name 'description_embedding_store' is not definedIt would be great to have working examples, especially for beginers.
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config hereLogs and screenshots
No response
Additional Information