Managing Knowledge Indexes
Once you've created a Grounded Knowledge Index using the setup wizard, you can view its details, test queries, switch models, and manage its configuration.
Viewing Index Details
To view an index's details:
- Navigate to Build > Knowledge
- Click on an index row to open its details page
Details Page Sections
Overview Tab
The Overview tab displays:
| Section | Information |
|---|---|
| Configuration | Index name, type, output mode, reasoning effort |
| Azure Resources | Connected Azure OpenAI and Azure AI Search providers |
| Statistics | Query count, last query time, document count |
| Component Status | Status of index, knowledge source, and knowledge base |
| Knowledge Sources | Sources linked to this index's Knowledge Base (for multi-source setups) |
Topic Taxonomy Tab (Email/Corporate Knowledge Indexes)
For email-type and corporate knowledge indexes, a second tab shows the configured topic taxonomy. See Topic Taxonomy for details.
Testing Queries
You can test your index directly from the details page:
- Open the index details page
- Find the Test Query section
- Enter a sample query (e.g., "What are our return policies?")
- Click Run Query
Understanding Test Results
The test results show:
- Answer: The synthesized response from the Grounded Knowledge system
- References: Source documents used to generate the answer
- Confidence: How confident the system is in the answer
If you get poor results, check that your documents have been indexed and that your query matches the type of content in your knowledge base.
Model Reconfiguration
You can switch the Azure OpenAI model on an active index without re-provisioning. This is useful when upgrading to newer models (e.g., moving from gpt-4o to gpt-4.1-mini).
- Open the index details page
- Click the Edit button
- Follow the 4-step reconfiguration wizard
See Switching RAG Models for the full guide.
Multi-Source Knowledge Bases
Knowledge Bases can aggregate multiple Knowledge Sources. From the index details page, you can:
- Add Sources - Link additional Knowledge Sources to the Knowledge Base
- Remove Sources - Unlink a Knowledge Source from the Knowledge Base
See Knowledge Bases for more details on managing multi-source configurations.
Index Status
Indexes can have the following statuses:
| Status | Meaning | Action |
|---|---|---|
| Active | Fully operational and available as an agent tool | None needed |
| Provisioning | Azure resources are being created | Wait for completion |
| Error | Something went wrong during provisioning | Check error message, retry or delete |
| Disabled | Manually disabled by administrator | Re-enable if needed |
Deleting an Index
To delete a Grounded Knowledge Index:
- Open the index details page
- Click the Delete button (trash icon)
- Confirm the deletion in the dialog
- Optionally, check the Delete Azure resources checkbox to also remove the associated Azure AI Search index
What Gets Deleted
When you delete an index:
- The Outermind configuration is removed (index record, knowledge source, knowledge base)
- The associated agent tool is removed
- If the Delete Azure resources checkbox is selected, the Azure AI Search index is also deleted
- Azure provider resources (OpenAI service, Search service) are not deleted, as these are shared resources that may be used by other indexes
Deletion cannot be undone. Any agents using this index will lose access to it.
Troubleshooting
Index Shows "Error" Status
- Check the error message on the details page
- Common issues:
- Azure credentials have expired or been rotated
- Azure resource was deleted outside of Control Bridge
- Quota limits exceeded on Azure services
Queries Return No Results
- Verify documents have been indexed
- Check that the index has documents (see Statistics section)
- Try broader search terms
- Ensure the topic taxonomy is properly configured (for email indexes)
Can't Delete Index
- Ensure you have the
settings:writepermission - Check if the index is assigned to active agents (unassign first)
- If Azure resources fail to delete, they may need manual cleanup in Azure Portal
Best Practices
- Regular Testing - Periodically test queries to ensure the index is working correctly
- Monitor Usage - Check query statistics to understand how agents are using the index
- Keep Credentials Fresh - Rotate Azure API keys periodically and update them in Control Bridge
- Clean Up Unused Indexes - Delete indexes that are no longer needed to reduce Azure costs
- Consider Model Upgrades - Use the model reconfiguration feature to upgrade to newer, more capable models as they become available