Search Graph

Perform a graph search query.

Request

This endpoint expects an object.
querystringRequired

The string to search for (required)

center_node_uuidstringOptional

Node to rerank around for node distance reranking

group_idstringOptional

one of user_id or group_id must be provided

limitintegerOptional

The maximum number of facts to retrieve. Defaults to 10. Limited to 50.

min_scoredoubleOptional

Deprecated

mmr_lambdadoubleOptional

weighting for maximal marginal relevance

rerankerenumOptional

Defaults to RRF

Allowed values:
scopeenumOptional

Defaults to Edges. Communities will be added in the future.

Allowed values:
search_filtersobjectOptional

Search filters to apply to the search

user_idstringOptional

one of user_id or group_id must be provided

Response

Graph search results

edgeslist of objectsOptional
nodeslist of objectsOptional

Errors