IMPORTANT: Select component plug-ins are experiencing issues due to a recent browser update. If you encounter any problems with previously functional component plug-ins, please create a support case. If you notice other component plug-ins that are not functioning correctly, please create additional support cases for each instance.
Overview
The AI Knowledge Assistant is an innovative UI component tailored to revolutionize user interactions within the Appian platform. By harnessing the power of large language models, this tool offers an immersive chatbot experience, allowing users not just to converse with state-of-the-art Generative AI models, but also source answers from their Appian Knowledge Center documents. This means, beyond traditional data retrieval, users can now semantically search and engage with their private data. Designed with adaptability in mind, the AI Knowledge Assistant seamlessly integrates with various organizational themes, ensuring a cohesive brand experience.
Key Features & Functionality
Notes:
Hello All,
My use case is using ai-knowledge-assistant(community.appian.com/.../ai-knowledge-assistant), chatbot will ask question sequentially like
ai-knowledge-assistant: Hello! I am your assistance. How can I help you?
Human :I want to register one student in the school.
ai-knowledge-assistant:sure! what is the name of the student?
Human : Arka
ai-knowledge-assistant:what is his previous school name?
Human: Abc
ai-knowledge-assistant: Please upload the school results <Upload button>
Human:<human uploads the document>
ai-knowledge-assistant: Please review the below information
Student Name : Arka
Previous school: Abc
School result
Please confirm
Human: I confirmed
<system creates an entry in the student record >
Now my question are
1. Is it possible to show the question sequentially ?
2. Is it possible to have a button to upload a document and save it document folder?
3. Is it possible to trigger the process model after user says like confirm?
Appreciate your help in advance.
Regards
Arka
Hi,I think you would need to implement a chatbot with another technology (chat bot focused) where you can design a workflow according to your needs, and embed it in your Appian application and establish communication between them via integrations and web API.