Applies to: Xerox DocuShare 8.1 with a Content Assistant subscription
Overview
Content Assistant provides AI-assisted search, document analysis, summarization, automatic classification, data extraction, and AI-based OCR.
Content Assistant requires a separate Xerox subscription and Normalized Page Packs. The subscription is provisioned in the Content Assistant cloud tenant; administrators do not configure the page packs in the DocuShare administration UI.
Document text is sent to the Content Assistant cloud service for processing. Original document bytes remain in the DocuShare ContentStore. Vector representations used for search are stored in the local pgVector database.
Prerequisites
- Contact the Xerox account team to purchase the Content Assistant subscription and Normalized Page Packs.
- Once purchased, the provisioning team will provide the tenant identifier and API credentials.
- Install and configure the pgVector PostgreSQL extension and AI Search database by following the separate Xerox DocuShare AI Content Assistant Search pgVector Install Guide.
- Confirm that the DocuShare server can connect to the AI Search database.
Enable Content Assistant
- In Site Administration, open Content Assistant.
- Configure the runtime settings described in the Content Assistant Search and Advanced Settings pages.
- Open Site Administration > User Control Groups.
- Add users or groups to Content Assistant Users. Members can use AI Search, Dataset Analysis, premium models when authorized, saved sessions, and personal AI Instructions.
- Add users or groups to Content Assistant Editors when they must add, remove, or re-index documents and collections.
- Save the group changes.
- Index the collections that should be searchable. Indexing can be started by an authorized editor, a Content Rule, or an application.
Administrators are implicitly members of both Content Assistant groups.
Configure external knowledge
The External Knowledge setting controls whether AI Search may use external knowledge in addition to user-provided context.
- Open Admin > Content Assistant > Search.
- Locate External Knowledge.
- Select On to allow external knowledge, or Off to restrict responses to user-provided context.
- Click Save.
This setting is system-wide and has no per-user or per-collection override. Changes are recorded in the audit log.
Configure premium models
- Open Site Administration > Content Assistant > Premium Models.
- Click Add to retrieve available models from the Content Assistant cloud service.
- Review each model's page factor and context-window size.
- Select the models that users may use and click Apply.
- Grant premium-model access to the users or groups that need it.
Users without premium-model access continue to use the default model. Premium models may consume more Normalized Pages.
Verify the AI Search database
If AI Search does not return results for an authorized user:
- Inspect <DOCUSHARE_HOME>/logs/dsaiservice.stdout for connection errors.
- Compare the VectorDbUrl value in DSAIServerConfig.xml with a direct psql connection from the DocuShare server.
- Confirm that the documents table exists and contains rows.
- Confirm that the PostgreSQL vector extension is installed.
The AI Search database is backed up as a regular PostgreSQL database. Although embeddings can be regenerated by re-indexing, re-indexing consumes Normalized Pages, so a production backup is recommended