knowledgeBaseSearch
Perform a semantic search across knowledge base articles using vector similarity.
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
Returns
query
String!
The original search query.
totalResults
Int!
Total number of matching results.
results
The search result hits, ordered by relevance.
citations
[JSON!]
Source citations for the results.
Query
Variables
Response
Last modified on August 8, 2026
Related topics
KnowledgeBaseSearchHitKnowledgeBaseSearchResultConnect AI apps to hosted MCPknowledgeBaseArticlesknowledgeBaseCategoriesQuery
Variables
Response