From 05da209b78f8c5eb0d0895467fbdd44857666025 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:18:03 -0500 Subject: [PATCH] Add documentation for copyattributes --- docs/embeddings/configuration/graph.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/embeddings/configuration/graph.md b/docs/embeddings/configuration/graph.md index db9133d6c..63fc9b02f 100644 --- a/docs/embeddings/configuration/graph.md +++ b/docs/embeddings/configuration/graph.md @@ -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.