You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/genai/Mx GenAI Connector.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,8 +219,7 @@ The following toolbox actions can be used to retrieve knowledge data from the kn
219
219
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`.
220
220
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.
221
221
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.
224
223
{{% /alert %}}
225
224
226
225
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