Skip to content

Commit 25edfd0

Browse files
committed
Fix shortcode error
1 parent 7416182 commit 25edfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The following toolbox actions can be used to retrieve knowledge data from the kn
221221

222222
{{% alert color="info" %}}
223223
You must define your entity specialized from `KnowledgeBaseChunk`, which refers to another entity used during the insertion stage.
224-
{ {% /alert %}}
224+
{{% /alert %}}
225225

226226
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.
227227
4. `Embed & Retrieve Nearest Neighbors & Associate` combines the above actions `Retrieve & Associate` and `Embed & Retrieve Nearest Neighbors`.

0 commit comments

Comments
 (0)