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
3. If you modified the core code (`./nano_graphrag`), please add tests for it
9
+
4.**Include proper documentation / docstring or examples**
10
+
5. Ensure that all tests pass by running `pytest`
11
+
6. Submit a pull request
12
+
13
+
For more details about pull requests, please read [GitHub's guides](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
14
+
15
+
16
+
17
+
### Only add a dependency when we have to
18
+
19
+
`nano-graphrag` needs to be `nano` and `light`. If we want to add more features, we add them smartly. Don't introduce a huge dependency just for a simple function.
0 commit comments