KnowledgeBaseConfiguration
Contains details about the vector embeddings configuration of the knowledge base.
Contents
- type
-
The type of data that the data source is converted into for the knowledge base.
Type: String
Valid Values:
VECTOR | KENDRA | SQL
Required: Yes
- kendraKnowledgeBaseConfiguration
-
Settings for an Amazon Kendra knowledge base.
Type: KendraKnowledgeBaseConfiguration object
Required: No
- sqlKnowledgeBaseConfiguration
-
Specifies configurations for a knowledge base connected to an SQL database.
Type: SqlKnowledgeBaseConfiguration object
Required: No
- vectorKnowledgeBaseConfiguration
-
Contains details about the model that's used to convert the data source into vector embeddings.
Type: VectorKnowledgeBaseConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: