Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 712:chatbot_config [2026/04/10 18:48] – [Disable History] Meier, Erich | 712:chatbot_config [2026/07/21 19:34] (current) – [Limitations] Meier, Erich | ||
|---|---|---|---|
| Line 110: | 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 | ||