API Reference
Query Completion
Generate completion using relevant chunks as context.
When graph_name is provided, the query will leverage the knowledge graph to enhance retrieval by finding relevant entities and their connected documents.
POST
Headers
Body
application/json
Request model for completion generation
Minimum length:
1
Required range:
x > 0
Name of the graph to use for knowledge graph-enhanced retrieval
Number of relationship hops to traverse in the graph
Required range:
1 <= x <= 3
Whether to include relationship paths in the response
Optional customizations for entity extraction, resolution, and query prompts