AI-enhanced Work Instructions
Overview
AI-Enhanced Work Instructions simplifies the creation of accurate and efficient work instructions using artificial intelligence. Process engineers can easily integrate and update technical documentation, ensuring consistency and reliability. Extend your knowledge base by uploading Word, Excel, TXT, and PDF documents to the 'Train the Model' section. The AI intelligently generates and merges work instructions by utilizing the comprehensive data stored in your knowledge base. Designed for various industries, our app streamlines the work instruction authoring process by using technical documentation to create work instructions, saving time and improving productivity. Discover the future of designing and refining technical processes with the AI-Enhanced Work Instructions App.
Documentation
Configuration
All modules that are needed to make this application work are already shipped with the download.
In order to make this application work you need to have an AWS account and set up a Knowledge Base with AWS Bedrock.
1. Create a Knowledge Base on AWS Bedrock
2. Configure your AWS credentials (AWS Authentication)
Steps to run the application
-
Log in to the application using the default credentials (User: MxAdmin, Password: 1).
-
Access the employees section:
-
Reset the demo employees on the account overview page.
-
Login the application using the quick login buttons
(1) Set the aws access and secrett access key constants
- AWS Access key (from the AWS console)
- AWS secret access key (from the AWS console)
(2) Set the "Knowledge base configuration" constants
- Bucket name: the name of the S3 bucket that is connected to the knowledge base
- Knowledge base ID: ID of the knowledge base
- Datasource ID: found in knowledge base -> data source overview
(3) Set up the aws config in runtime & reset demo data
- Login as admin -> Go to agents -> AWS Config
- Create AWS authentification settings (select location for which you created the knowledge base and set "use static credentials" to yes)
- "Synch all data in current region" to sync the meta data for your aws account
- Select "DemoData" from the sidebar -> Click "Reset demo data"
User Role Descriptions
Administrator - Manages file upload for knowledge base document, prompt configuration and AWS Bedrock connection settings within the app
User - Responsible for creating Bill of Process (BoP) and writing work instructions
Module Descriptions
AIAgentImplemenation: Custom logic for LLM usage
BillOfProcess - Empowers users to create bill of processes for products.
AWSImplementation - Implementation module of AWS Bedrock.
KnowledgeBaseManagement - Manages the knowledge base (upload, download, delete of documents to the S3 Bucket) and synchronize the knowledge base with every change.
EmployeeManagement - Offers comprehensive management capabilities for employees, including the option to utilize pre-configured logic for resetting demo employee data (credentials required).