Skip to content

Commit 3df3d1b

Browse files
committed
remove obsolete assistant sections
fix/remove links
1 parent b0a9b8d commit 3df3d1b

File tree

4 files changed

+2
-39
lines changed
  • docs

4 files changed

+2
-39
lines changed

docs/deploy-and-configure/configuration/dataintegration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ Enable (or disable) the new visual [Mapping Create UI](../../../build/mapping-cr
10331033
com.eccenca.di.mappingCreatorEnabled = true
10341034
```
10351035

1036-
The [Mapping Creator can optionally use LLM](../../../build/mapping-creator/index.md#smart-suggestions) to automatically generate class and property mappings.
1036+
The [Mapping Creator can optionally use LLM](../../../build/mapping-creator/index.md#smart-suggestions-with-ai-support) to automatically generate class and property mappings.
10371037
Use the following configuration section as a blueprint to set up your OpenAI-compatible endpoint, providing:
10381038

10391039
- the API key,

docs/explore-and-author/bke-module/index.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,3 @@ The weight can be used to boost the results of one search configuration over ano
104104

105105
`Search Configuration`s will be cumulatively executed when search terms are provided.
106106
Which means each additional `Search Configuration` increases the time to produce results.
107-
108-
## (LLM) Ontology Assist
109-
110-
Ontology Assist is a preview feature powered by generative AI, LLM, and a Retrieval Augmented Generation (RAG) approach.
111-
It allows bootstrap and evolve an ontology using natural language and a chat like interaction.
112-
113-
<div class="video-wrapper">
114-
<iframe
115-
width="100%"
116-
height="400px"
117-
src="https://www.youtube.com/embed/s3Ghri4LZL0?si=YH4nqSeIfHwhpgBA"
118-
title="YouTube video player"
119-
frameborder="0"
120-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
121-
allowfullscreen></iframe>
122-
</div>
123-
124-
The query assist can be enabled in the [dataplatform configuration](../../deploy-and-configure/configuration/explore/dataplatform/application-full.md#llm-assistant-supported).

docs/explore-and-author/query-module/index.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,3 @@ When you enter `Person` into the `class` placeholder field in the placeholde
9393
```sparql
9494
SELECT * WHERE { ?classInstance a <http://dbpedia.org/ontology/Person> .}
9595
```
96-
97-
### (LLM) Query Assist
98-
99-
Query Assist is a preview feature powered by generative AI, LLM, and a Retrieval Augmented Generation (RAG) approach.
100-
It allows you to interact with your data using natural language.
101-
Describe the insights you need in plain English sentences and have a SPARQL query generated for you.
102-
103-
<div class="video-wrapper">
104-
<iframe
105-
width="100%"
106-
height="400px"
107-
src="https://www.youtube.com/embed/TZXpI3BmBiY?si=MhIX60wV8s7C-kYC"
108-
title="YouTube video player"
109-
frameborder="0"
110-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
111-
allowfullscreen></iframe>
112-
</div>
113-
114-
The query assist can be enabled in the [dataplatform configuration](../../deploy-and-configure/configuration/explore/dataplatform/application-full.md#llm-assistant-supported).

docs/release-notes/corporate-memory-23-3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The highlights of this release are:
1414

1515
- Explore and Author:
1616
- new **[charts catalog](../../explore-and-author/charts-catalog/index.md)** module added, which allows for defining BI widgets / charts which can be integrated into shapes
17-
- preview release of our generative AI / LLM based **[Ontology](../../explore-and-author/bke-module/index.md#llm-ontology-assist) and [Query](../../explore-and-author/query-module/index.md#llm-query-assist) Assistant**
17+
- preview release of our generative AI / LLM based **Ontology and Query Assistant**
1818
- Build:
1919
- operate BUILD like never before by using the new **keyboard shortcuts** (press "?" in the build module to learn the details)
2020
- several **improvements to the workflows view**: create new datasets and other workflow-operators in place, dependencies and execution order is now explicitly modeled, show schema or ports

0 commit comments

Comments
 (0)