Skip to main content
Admin › Settings › Search Engine
Set the vector database type and search parameters.
  • These settings are shared across Knowledge Bases (KbSphere), Glossaries, and DbSphere.
Search Engine settings tab

Search Engine settings tab


Search Engine Selection

Embedding engines and models are configured in the Settings > Documents tab. Vector dimensions must match between search engine and embedding settings.

Search Settings

Configure the number of results to retrieve from vector search. Adjusting Top K:
  • Higher — retrieves more candidate documents and lowers the chance of missing the answer, but increases irrelevant results (noise), context tokens, and cost, and slows responses.
  • Lower — precise, fast, and token-saving, but may miss the document containing the answer.

Reranker

The reranker re-ranks search results with a semantic model to improve accuracy (optional).
  • Select the reranker to use from the Reranker Type dropdown and configure the related parameters.
Tuning guide — Reranker Top K decides how many of the results fetched by Top K are finally used, so always keep it at or below Top K.
  • Reranker Top K — Raising it passes more evidence to the LLM and reduces omissions but increases noise and tokens; lowering it keeps only the most relevant few for precision but may miss results.
  • Reranker threshold — Raising it filters out low-relevance results and reduces noise, but setting it too high lets no results through and returns an empty search. 0 passes everything with no filter.
When you select Vertex AI Ranking API as the reranker type, the sub-fields below are shown.
Changing the search engine type makes previously indexed data inaccessible. Always plan data migration before changing.