Skip to content

Commit 8ac65e8

Browse files
Merge pull request mendix#9190 from liamsommer-mx/sync-delay
Updated documentation to inform users about sync delay
2 parents 787abd2 + bb17111 commit 8ac65e8

1 file changed

Lines changed: 4 additions & 0 deletions

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ Dealing with knowledge bases involves two main stages:
177177

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

180+
{{% alert color="warning" %}}
181+
The knowledge chunks are stored in an AWS OpenSearch Serverless database to ensure scalable and high-performance vector calculations—for 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).
182+
{{% /alert %}}
183+
180184
#### Knowledge Base Insertion{#knowledge-base-insertion}
181185

182186
##### Data Chunks

0 commit comments

Comments
 (0)