Skip to main content
QUERY
knowledgeBaseSearch(query: String!, kbTopicId: String!, topK: Int, filters: JSON, rerank: Boolean, rerankMethod: String, hybridAlpha: Float): KnowledgeBaseSearchResult!

Arguments

query
String!
required
kbTopicId
String!
required
topK
Int
filters
JSON
rerank
Boolean
rerankMethod
String
hybridAlpha
Float
query
String!

The original search query.

totalResults
Int!

Total number of matching results.

The search result hits, ordered by relevance.

citations
[JSON!]

Source citations for the results.

Query
Variables
Response
Last modified on August 8, 2026