Enrich Graph

POST

This endpoint enriches the graph with additional information. It creates communities of nodes based on their similarity and adds embeddings to the graph. This step is necessary for GraphRAG to work.

Request

This endpoint expects an object.
collection_idstringOptional

Collection ID to enrich graph for.

run_type"estimate" or "run"Optional
Allowed values: estimaterun

Run type for the graph enrichment process.

kg_enrichment_settingsmap from strings to anyOptional

Settings for the graph enrichment process.

Response

Successful Response

Errors