Skip to content

Commit ea8edfb

Browse files
committed
Fix broken alert box
1 parent 25edfd0 commit ea8edfb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/Mx GenAI Connector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ The following toolbox actions can be used to retrieve knowledge data from the kn
219219
1. `Retrieve` retrieves knowledge base chunks from the knowledge base. You can use pagination via the `Offset` and `MaxNumberOfResults` parameters or apply filtering via a `MetadataCollection` or `MxObject`.
220220
2. `Retrieve & Associate` is similar to the `Retrieve` but associates the returned chunks with a Mendix object if they were linked at the insertion stage.
221221

222-
{{% alert color="info" %}}
223-
You must define your entity specialized from `KnowledgeBaseChunk`, which refers to another entity used during the insertion stage.
222+
{{% alert color="info" %}}You must define your entity specialized from `KnowledgeBaseChunk`, which refers to another entity used during the insertion stage.
224223
{{% /alert %}}
225224

226225
3. `Embed & Retrieve Nearest Neighbors` retrieves a list of type [KnowledgeBaseChunk](/appstore/modules/genai/commons/#knowledgebasechunk-entity) from the knowledge base that are most similar to a given `Content` by calculating the cosine similarity of its vectors.

0 commit comments

Comments
 (0)