Sync your data with your Amazon Bedrock knowledge base
After you create your knowledge base, you ingest or sync your data so that the data can be queried. Ingestion converts the raw data in your data source into vector embeddings, based on the vector embeddings model and configurations you specified.
Before you begin ingestion, check that your data source fulfills the following conditions:
-
You have configured the connection information for your data source. To configure a data source connector to crawl your data from your data source repository, see Supported data source connectors. You configure your data source as part of creating your knowledge base.
-
You have configured your chosen vector embeddings model and vector store. See supported vector embeddings models and vector stores for knowledge bases. You configure your vector embeddings as part of creating your knowledge base.
-
The files are in supported formats. For more information, see Support document formats.
-
The files don't exceed the Ingestion job file size specified in Amazon Bedrock endpoints and quotas in the AWS General Reference.
-
If your data source contains metadata files, check the following conditions to ensure that the metadata files aren't ignored:
-
Each
.metadata.json
file shares the same file name and extension as the source file that it's associated with. -
If the vector index for your knowledge base is in an Amazon OpenSearch Serverless vector store, check that the vector index is configured with the
faiss
engine. If the vector index is configured with thenmslib
engine, you'll have to do one of the following:-
Create a new knowledge base in the console and let Amazon Bedrock automatically create a vector index in Amazon OpenSearch Serverless for you.
-
Create another vector index in the vector store and select
faiss
as the Engine. Then create a new knowledge base and specify the new vector index.
-
-
If the vector index for your knowledge base is in an Amazon Aurora database cluster, check that the table for your index contains a column for each metadata property in your metadata files before starting ingestion.
-
Each time you add, modify, or remove files from your data source, you must sync the data source so that it is re-indexed to the knowledge base. Syncing is incremental, so Amazon Bedrock only processes added, modified, or deleted documents since the last sync.
To learn how to ingest your data into your knowledge base and sync with your latest data, select the tab corresponding to your method of choice and follow the steps: