Python (SDK)
GraphRAG
Create Store
POST
Python (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Body
application/json
GraphRAG store name
Minimum string length:
1Embedding model ID
Minimum string length:
1LLM model ID used for entity and relation extraction
Minimum string length:
1Maximum chunk size in characters
Required range:
100 <= x <= 10000Chunk overlap in characters
Required range:
0 <= x <= 5000Maximum graph expansion depth during graph-mode queries
Required range:
1 <= x <= 4