Skip to main content

Prerequisites


Index Data

Create a new index or refresh an existing one from the connected source system. This tool collects source content, processes it with the configured chunking strategy, and stores the result in the vector database so it can be searched later. Purpose
  • Create a searchable index from supported toolkit data.
  • Update an existing index with the latest source content.
  • Prepare indexed content for Search Index, Stepback Search Index, and Stepback Summary Index.
How to Execute The Index Data tool runs when you create an index. Recommended: Indexes Section
  1. Open your toolkit.
  2. Expand the Indexes section.
  3. Select + Index.
  4. Fill in the Index Data parameters.
  5. Select Index to run the tool and create the index. Index Data form showing the configuration fields for creating a new index.

Common Settings & Parameters

New Index page showing the full index configuration form.

Toolkit-Specific Settings & Parameters

The following parameters apply to specific toolkit types only.

Search Index

Search indexed content using natural-language queries. This tool returns matching chunks from the selected index so you can inspect the raw search results directly. Purpose
  • Search indexed content with a direct semantic query.
  • Retrieve matching chunks from a selected index.
  • Test search quality before using more advanced stepback tools.
How to Execute
  1. Open your toolkit.
  2. Expand the Indexes section.
  3. Open an existing index page.
  4. In the left panel, select Select tool.
  5. Choose Search Index.
  6. Fill in the search parameters.
  7. Select Search to run the tool.
Search Index form showing the query and parameter fields.

Common Settings & Parameters

Applicable to all toolkits that support indexing.

Stepback Search Index

Advanced search that rewrites or simplifies the query before searching and can use conversation context to improve retrieval. Purpose
  • Improve retrieval for complex or multi-part questions.
  • Use conversation context through the Messages parameter.
  • Return raw matching chunks after stepback query transformation.
How to Execute
  1. Open your toolkit.
  2. Expand the Indexes section.
  3. Open an existing index page.
  4. In the left panel, select Select tool.
  5. Choose Stepback Search Index.
  6. Fill in the search parameters.
  7. Select Search to run the tool.
Stepback Search Index form showing the query and context parameters.

Common Settings & Parameters

Applicable to all toolkits that support indexing.
Output is a list of matching documents and chunks. If you prefer a generated answer, use Stepback Summary Index.

Stepback Summary Index

Contextual search plus an AI-generated answer, with optional citations. This tool combines stepback retrieval with answer generation for users who want a direct response instead of raw chunks. Purpose
  • Search indexed content with stepback retrieval.
  • Generate a concise answer from the retrieved content.
  • Support question-answering workflows where users want a direct response.
How to Execute
  1. Open your toolkit.
  2. Expand the Indexes section.
  3. Open an existing index page.
  4. In the left panel, select Select tool.
  5. Choose Stepback Summary Index.
  6. Fill in the search parameters.
  7. Select Search to run the tool.
Stepback Summary Index form showing the query and answer-generation parameters.

Common Settings & Parameters

Applicable to all toolkits that support indexing.
If the answer lacks sources, increase Search Top or lower Cut Off slightly to include more candidate passages.

Remove Index

Delete an existing collection when it is no longer needed. Use this tool to remove outdated or temporary indexes from the toolkit. Purpose
  • Remove an index that is no longer needed.
  • Clean up outdated, duplicate, or test indexes.
How to Execute
  1. Open your toolkit.
  2. Expand the Indexes section.
  3. Open the index page you want to remove.
  4. Select Delete.
  5. Confirm the deletion.
Delete Index confirmation dialog for removing an existing index.
Warning: Removing an index deletes its data from vector storage for this toolkit. Make sure you are targeting the correct collection.

List Indexes

List all available indexes for the current toolkit. Use this tool to confirm which indexes exist before searching, reindexing, or deleting. Purpose
  • View the indexes available for the current toolkit.
  • Confirm index names before running search or delete actions.
  • Check whether an expected index has been created.
How to Execute
  1. Open your toolkit.
  2. Expand the Indexes section.
  3. Review the index list in the left panel.
List Indexes panel showing all available indexes for the current toolkit.

Search Tools Comparison

The following table compares the three search tools available in the Indexes section.

Tips & Troubleshooting

  • If search returns few or no results, try lowering Cut Off (for example, from 0.5 to 0.35) or increasing Search Top.
  • Use Index Name consistently (for example, prod, test) so you can target the right dataset later.
  • For better question answering, consider proposal-style chunking when indexing, because it turns on titles, summaries, and propositions.
  • For known limitations and workarounds, see Release Notes 1.7.0.
Guides & References