Skip to content

Commit 5ace725

Browse files
Update genai-commons.md
1 parent 8f1895a commit 5ace725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules/genai/reference-guide/genai-for-mendix.md

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/reference-guide/genai-for-mendix.md/genai-commons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ A tool of the type *function*. This is a specialization of [Tool](#tool) and rep
175175

176176
| Attribute | Description |
177177
| --- | --- |
178-
| `MinimumSimilarity` | Specifies the minimum similarity score (usually 0,0 - 1,0) of the passed chunk and the knowledge chunks in the knowledge base. |
178+
| `MinimumSimilarity` | Specifies the minimum similarity score (usually 0-1) of the passed chunk and the knowledge chunks in the knowledge base. |
179179
| `MaxNumberOfResults` | Specifies the maximum number of results that should be retrieved from the knowledge base. |
180180

181181
#### `StopSequence` {#stopsequence}
@@ -871,4 +871,4 @@ To check your JDK version and update it if necessary, follow these steps:
871871
1. You might get an error saying `FAILURE: Build failed with an exception. The supplied javaHome seems to be invalid. I cannot find the java executable.` In this case, verify that you have selected the correct JDK directory containing the updated JDK version.
872872
2. You may also need to update Gradle. To do this, go to **Edit** > **Preferences** > **Deployment** > **Gradle directory**. Click **Browse** and select the appropriate Gradle version from the Mendix folder. For Mendix 10.10 and above, use Gradle 8.5. For Mendix 10 versions below 10.10, use Gradle 7.6.3. Then save your settings by clicking **OK**.
873873
3. Rerun the project.
874-
874+

0 commit comments

Comments
 (0)