Graph traversal with document resolution
POST /data/v1/query/graph/documents
Traverse the knowledge graph from an entity and resolve connected entities to actual documents in Milvus.
This is the primary graph endpoint for the hybrid search pipeline. Combines Neo4j graph traversal with Milvus document lookup to return searchable documents for all entities connected to the query entity.
Example: querying “Nightmare” returns its SDE document plus documents for related ships, modules, skills, and fitting guides.
Authorizations
Request Body required
object
Starting entity name
NightmareOptional entity type filter
Filter by relationship types
Maximum graph traversal depth
Maximum documents to return
Whether to resolve entity names to documents via Milvus
Responses
200
Successful response
object
object
game_itemGraph relationship score (1.0 = self, descending with distance)
Relationship type to the query entity
Name of the related entity found in graph
Names of all related entities found
400
Invalid request
object
object
401
Invalid or missing API key