Add the ‘Advanced Knowledge Search’ Tool step to your Tool

You can add the’ Advanced Knowledge Search’ Tool step to your Tool by:

  1. Creating a new Tool, then searching for the Advanced Knowledge Search Tool step.
  2. Click “Expand” to see the full Tool step.
  3. Enter your search query in the Query field.
  4. Select the search type:
    • Hybrid (recommended): Combines both semantic and keyword match for the most accurate and well-rounded results.
    • Vector: Finds results based on meaning (semantic similarity). Great when you want answers even if the exact words don’t match.
    • Keyword: Finds results based on exact word match. Useful when looking for specific terms or phrases.
  5. Select the Number of results to return.
  6. Select the Knowledge set to use.
  7. Select the fields to vectorize - choose which columns from your data should be used for retrieval. By default, all fields are included.
  8. Select your retrieval postprocessing option after generating your answer:
    • None: No extra processing. You’ll get the raw retrieved text as-is.
    • Basic: Applies light formatting or cleaning to make the results easier to read.
    • Summary: Automatically summarizes the retrieved content to make it shorter and more digestible.
    • Markdown: Formats the retrieved text in Markdown (e.g., with bold, headings, lists) to improve readability or prep it for markdown-compatible interfaces.
    • Entity Extraction: Pulls out key information from the retrieved content, e.g., names, places, dates, etc.

Advanced settings

Post processing options

These options are only available if your have selected a post processing option in step 8

Vectoring Config

Reranker Model

Improves your search results by reordering them to show the most relevant information first. This is off by default but enabling it will boost performance in most cases.

Use Raw Files

Select this if you want to run retrieval directly on the source file.

This only works on PDF and PPTX files

Update Vectors

This option lets you force update the stored representations of your data (called embeddings) using your current settings—like a chunk size, embedding model, or chunking strategy.

Use Vision

If you have PDF files in your knowledge set, this option uses OCR (Optical Character Recognition) to re-extract the text from the raw PDF files. After OCR is applied, the system automatically triggers a vector update.

To enable Use Vision, Update Vectors must be set to true.

Generate Citations

Turn this on to include direct references from your knowledge set during retrieval.

Frequently asked questions (FAQs)