Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 712:chatbot_config [2025/08/25 22:24] – [Limitations] Meier, Erich | 712:chatbot_config [2026/07/21 19:34] (current) – [Limitations] Meier, Erich | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ===== Views and Workspaces ===== | ===== Views and Workspaces ===== | ||
| - | Processes in Stages exist in many different | + | Processes in Stages exist in many different workspaces |
| - | Possible process | + | Therefore, you must define one or more //views// of the process landscape that scope the processes considered by the Stages Assistant. |
| + | |||
| + | Examples of a process view might include: | ||
| * Standard processes that everyone should follow | * Standard processes that everyone should follow | ||
| - | * Process variants, e.g. a development process | + | * A process variant – for example, you might have separate views for a development process for safety-critical products and the process without |
| - | * Processes that are especially | + | * A process |
| - | Views can consist of a single workspace or a collection of workspaces. | + | Views consist of a single workspace or a collection of workspaces. |
| - | Stages | + | Note: The Stages |
| Line 78: | Line 80: | ||
| * Name of the view | * Name of the view | ||
| + | * Domain of the processes contained in the view, e.g. " | ||
| * Welcome Message that end users see when they access the view in the Stages Assistant. The message should describe the scope of information the Assistant can answer questions about. | * Welcome Message that end users see when they access the view in the Stages Assistant. The message should describe the scope of information the Assistant can answer questions about. | ||
| * Color used to display user questions in the Assistant, so users can visually distinguish between different views | * Color used to display user questions in the Assistant, so users can visually distinguish between different views | ||
| Line 95: | Line 98: | ||
| For mass updates, you can import and export CSV files using the " | For mass updates, you can import and export CSV files using the " | ||
| + | ===== Disable History ===== | ||
| + | |||
| + | In newer Stages Versions the chat history can be disabled, e.g., to comply with local policies or regulations. Chats and chat messages will not be stored in the database. To disable history, add the following property to conf/ | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | </ | ||
| ===== Limitations ===== | ===== Limitations ===== | ||
| Line 100: | Line 110: | ||
| Large Language Models (LLMs) have a so called context window which has a limited size. To accommodate that limit, Stages never sends the process models to the LLM in their entirety, but only in select segments that are required to answer the user questions. As a consequence, | Large Language Models (LLMs) have a so called context window which has a limited size. To accommodate that limit, Stages never sends the process models to the LLM in their entirety, but only in select segments that are required to answer the user questions. As a consequence, | ||
| - | During the training of the Assistant, all process elements are transformed into a knowledge graph and stored in special databases. The following elements are currently excluded in this transformation: | + | During the training of the Assistant, all process elements are transformed into a knowledge graph and stored in special databases. |
| + | |||
| + | * Element names and abbreviations | ||
| + | * Element descriptions | ||
| + | * Associations between elements, e.g. "Role X is responsible for Activity A1" | ||
| + | |||
| + | The following elements are currently excluded in this transformation: | ||
| * Landing pages | * Landing pages | ||
| Line 116: | Line 132: | ||
| Process interfaces to elements outside of the training view (workspace or workspace collection) are ignored. | Process interfaces to elements outside of the training view (workspace or workspace collection) are ignored. | ||
| - | To customize the training scripts, e.g. to have them adjusted to your specific metamodel, please contact | + | To customize the training scripts, e.g. to have them adjusted to your specific metamodel, please contact your Stages consultant. |