Reflexio Docs
API ReferenceSchemas

Search Models

Data structures for unified search across all entity types.

Search Models

ConversationTurn

A single turn in a conversation history, used to give the server enough context to reformulate a search query.

Prop

Type

UnifiedSearchRequest

Request model for searching across all entity types in a single call.

Prop

Type

UnifiedSearchResponse

Response model for unified search across all entity types.

Retrieved results are reranked by a cross-encoder and dropped below a per-arm relevance floor (see retrieval_floor in the configuration models). As a result, each result array may contain fewer than top_k items — including an empty array — when nothing clears the floor. An empty array means nothing was relevant, not that the search failed.

Prop

Type