Skip to content

Commit bb17111

Browse files
committed
small change
1 parent e539e71 commit bb17111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules/genai/mendix-cloud-genai

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Dealing with knowledge bases involves two main stages:
178178
You do not need to manually add embeddings to a chunk, as the connector handles this internally. To see all existing knowledge bases for a configuration, go to the **Knowledge Base** tab on the [Mendix Cloud GenAI Configuration](#configuration) page and refresh the view on the right. Alternatively, use the `Get Collections` action to retrieve a synchronized list of collections inside of your knowledge base resource to include in your module. Lastly, you can delete a collection using the `Delete Collection` action.
179179

180180
{{% alert color="warning" %}}
181-
The knowledge chunks are stored in an AWS OpenSearch Serverless database to ensure scalable and high performing vector calculations, for example to retrieve the nearest neighbors of a given input. Inserted or changed chunks are only available for read operations (retrieval) in the knowledge base within 60-120 seconds (see [AWS documentation](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vector-search.html#serverless-vector-limitations) for more details).
181+
The knowledge chunks are stored in an AWS OpenSearch Serverless database to ensure scalable and high-performance vector calculationsfor example, retrieving the nearest neighbors of a given input. Inserted or modified chunks are only available for read operations (retrieval) in the knowledge base within 60-120 seconds. For more information, see [AWS documentation](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vector-search.html#serverless-vector-limitations).
182182
{{% /alert %}}
183183

184184
#### Knowledge Base Insertion{#knowledge-base-insertion}

0 commit comments

Comments
 (0)