Skip to content

Commit 05da209

Browse files
committed
Add documentation for copyattributes
1 parent 4e5331e commit 05da209

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/embeddings/configuration/graph.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ topics:
7070
```
7171
7272
Enables topic modeling. Defaults are tuned so that in most cases these values don't need to be changed (except for categories). These parameters are available for advanced use cases where one wants full control over the community detection process.
73+
74+
## copyattributes
75+
```yaml
76+
copyattributes: boolean|list
77+
```
78+
79+
Copy these attributes from input dictionaries in the `insert` method. If this is set to `True`, all attributes are copied. Otherwise, only the
80+
attributes specified in this list are copied to the graph as attributes.

0 commit comments

Comments
 (0)