Skip to content

Commit

Permalink
start additional llm assist section
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 17, 2023
1 parent e0feefe commit 286fb83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/explore-and-author/query-module/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ When you enter `Person` into the `class` placeholder field in the placeholde
```sparql
SELECT * WHERE { ?classInstance a <http://dbpedia.org/ontology/Person> .}
```

### (LLM) Query Assist

As a preview feature ...

<div class="video-wrapper">
<iframe width="100%" height="400px" src="https://www.youtube.com/embed/TZXpI3BmBiY?si=MhIX60wV8s7C-kYC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

The query assist can be enabled in the [dataplatform configuration](../../deploy-and-configure/configuration/dataplatform/application-full.md#llm-assistant-supported).

0 comments on commit 286fb83

Please sign in to comment.