Search Graph

Perform a graph search query.

Request

This endpoint expects an object.
querystringRequired<=256 characters

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<=50
The maximum number of facts to retrieve. Defaults to 10. Limited to 50.
min_fact_ratingdoubleOptional
The minimum rating by which to filter relevant facts
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
episodeslist of objectsOptional
nodeslist of objectsOptional

Errors