Vaults

Initialize GraphRAG workspace

Initialize a GraphRAG workspace for a vault to enable advanced knowledge graph and retrieval-augmented generation capabilities. This creates the necessary infrastructure for semantic document analysis and graph-based querying within the vault.

post/vault/{id}/graphrag/init

Path parameters

idstring required

The unique identifier of the vault

Response

GraphRAG workspace initialized successfully

successboolean
vault_idstring
statusstring
messagestring

Changes