API Reference
Query memory
Send a query request to the graph.
POST
Authorizations
Path Parameters
Body
application/json
Data model for query request.
Optional stringified JSON parameters:
only_context
(bool = false): return only the context of the query instead of processing it via an LLM;with_references
(bool = false): include references in the response.entities_max_tokens
,relations_max_tokens
,chunks_max_tokens
to control the maxmimum amount of tokens allowed in the context. Check the sdk documentation for more information.
(i.e., '{"only_context": true}'
)