@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / DataSourceType
Represents the types of data sources that can be associated to an Knowledge Base.
CONFLUENCE:
"CONFLUENCE"
Confluence Cloud Instance data source.
CUSTOM:
"CUSTOM"
Custom data source. A custom data source allows the flexibility to automatically ingest documents into your vector database directly.
REDSHIFT_METADATA:
"REDSHIFT_METADATA"
Redshift Metadata data source.
S3:
"S3"
Amazon S3 Bucket data source.
SALESFORCE:
"SALESFORCE"
Salesforce instance data source.
SHAREPOINT:
"SHAREPOINT"
Microsoft SharePoint instance data source.
WEB_CRAWLER:
"WEB"
Web Crawler data source. Extracts content from authorized public web pages using a crawler.