Skip to content

Commit

Permalink
Add documentation for copyattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Jan 9, 2025
1 parent 4e5331e commit 05da209
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/embeddings/configuration/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ topics:
```
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.
## copyattributes
```yaml
copyattributes: boolean|list
```
Copy these attributes from input dictionaries in the `insert` method. If this is set to `True`, all attributes are copied. Otherwise, only the
attributes specified in this list are copied to the graph as attributes.

0 comments on commit 05da209

Please sign in to comment.