Knowledge Base for Admins — Unique AI Documentation

Knowledge Base for Admins

5 min read

Overview

Knowledge Base is Unique's intelligent file management system designed specifically for financial services organizations to access via AI tools. It combines familiar, traditional file system user experience with advanced AI capabilities, allowing you to organize, search, and interact with your financial documents through our RAG (Retrieval-Augmented Generation) model.

This page will explore the additional functionalities and permissions available to administrators in Unique AI. For the user level guide, please see the following page: Knowledge Base for End Users

Who is it for

The actions and permissions discussed on this page are granted to users with the chat.admin.all rights in Zitadel. This permission should only be granted to project owners and platform administrators for Unique. This role will grant a user admin rights which includes access to all folders and files in the Knowledge Base, and therefore should adhere to the principle of least privilege.

If you’re unable to access certain features or sections of this article, it’s possible that your firm doesn’t have access or hasn’t upgraded to the latest version. Please reach out to your internal support team for further assistance.

Benefits

As an administrator using Knowledge Base, you gain comprehensive control over your organization's document repository with AI-enhanced capabilities. The admin role provides centralized management of access permissions, content organization, and system oversight to ensure secure and efficient document workflows. This level of control enables you to maintain data governance while maximizing the value of your financial documents through intelligent search and retrieval.

Use Cases

Knowledge Base administrators serve as the primary stewards of document organization and access control within financial services organizations. You'll manage everything from initial system setup and user onboarding to ongoing maintenance of folder structures and permissions. Your administrative rights enable you to support various business functions while maintaining security and compliance standards.

Managing Folder Access and Permissions

Unique provides highly granular access control, allowing you to manage who can view and access specific knowledge folders and files, ensuring the utmost enterprise data privacy.

Find information on managing folder access and permissions here:

How to grant Folder (Scope) Access

Any discussion about folder or scope access permissions ultimately refers back to this.

File Ingestion and Data Governance

Analyzing Document Content

During ingestion each file is converted into a Markdown file, split into chunks, and transformed into an embedding. The markdown chunk and chunk embedding are stored in a relational database and vector database, respectively. To provide transparency for users, the chunks and their associated metadata are stored and available for inspection in the Knowledge Base. Access to this feature of Knowledge Base is restricted to users who have knowledge.write permissions in Zitadel and “Can Manage” permissions on a folder or chat.admin.all in Zitadel.

Chunks: Each chunk represents a portion of the file that has been processed and isolated for individual analysis. This might include sections like headings, paragraphs, or data tables. Review each chunk to understand how the file was segmented and identify the specific information contained in each segment.

Metadata: Files can take metadata on for additional filtering that can be set before or after the ingestion. This metadata can then be used for the SmartRules of the Spaces or the filtering during searches.

View Document Details:

  1. Click on any file to open the detailed view panel.
  2. Access options: Open File, View Chunks, Delete File.

Chunk Analysis:

  1. Click "View Chunks" to see how documents were segmented.

  2. Review Metadata in the box at the top of the document.

  3. Review individual chunks for detailed content analysis.

Tips & Tricks

Organizational Best Practices

Performance Tips

Search Optimization

Security

API

Administrators can manage their knowledge base programmatically using the Unique SDK Knowledge Base APIs.

1. Scope Management via API

2. Handling Scope Access

Limitations

Current Functionality Constraints

Technical Limitations

Operational Considerations