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
Copy file name to clipboardExpand all lines: readme.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ await graph_func.aquery(...)
156
156
157
157
### Available Parameters
158
158
159
-
`GraphRAG`and`QueryParam` are `dataclass`in Python. Use `help(GraphRAG)`and`help(QueryParam)` to see all available parameters!
159
+
`GraphRAG`and`QueryParam` are `dataclass`in Python. Use `help(GraphRAG)`and`help(QueryParam)` to see all available parameters! Or check out the [Advances](#Advances) section to see some options.
160
160
161
161
162
162
@@ -188,6 +188,17 @@ Below are the components you can use:
188
188
189
189
## Advances
190
190
191
+
192
+
193
+
<details>
194
+
<summary>Some setup options</summary>
195
+
196
+
-`GraphRAG(...,always_create_working_dir=False,...)` will skip the dir-creating step. Use it if you switch all your components to non-file storages.
0 commit comments