Skip to content

Commit

Permalink
feat(kendra): add Kendra GenAI Index and new KB interface (#938)
Browse files Browse the repository at this point in the history
* feat(kendra): add genai index

---------

Co-authored-by: Alain Krok <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 6, 2025
1 parent 845eb23 commit bff2525
Show file tree
Hide file tree
Showing 59 changed files with 5,730 additions and 741 deletions.
8 changes: 8 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apidocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- [amazonaurora](namespaces/amazonaurora/README.md)
- [bedrock](namespaces/bedrock/README.md)
- [kendra](namespaces/kendra/README.md)
- [opensearch\_vectorindex](namespaces/opensearch_vectorindex/README.md)
- [opensearchserverless](namespaces/opensearchserverless/README.md)
- [pinecone](namespaces/pinecone/README.md)
Expand Down
18 changes: 15 additions & 3 deletions apidocs/namespaces/bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
- [DataSourceType](enumerations/DataSourceType.md)
- [GuardrailAction](enumerations/GuardrailAction.md)
- [InferenceProfileType](enumerations/InferenceProfileType.md)
- [KnowledgeBaseType](enumerations/KnowledgeBaseType.md)
- [ManagedWordFilterType](enumerations/ManagedWordFilterType.md)
- [ParsingModality](enumerations/ParsingModality.md)
- [ParsingStategyType](enumerations/ParsingStategyType.md)
- [PromptTemplateType](enumerations/PromptTemplateType.md)
- [SalesforceDataSourceAuthType](enumerations/SalesforceDataSourceAuthType.md)
- [SalesforceObjectType](enumerations/SalesforceObjectType.md)
Expand Down Expand Up @@ -57,7 +60,9 @@
- [GuardrailBase](classes/GuardrailBase.md)
- [InferenceProfileBase](classes/InferenceProfileBase.md)
- [InlineApiSchema](classes/InlineApiSchema.md)
- [KnowledgeBase](classes/KnowledgeBase.md)
- [KendraKnowledgeBase](classes/KendraKnowledgeBase.md)
- [KendraKnowledgeBaseBase](classes/KendraKnowledgeBaseBase.md)
- [KnowledgeBaseBase](classes/KnowledgeBaseBase.md)
- [ParentActionGroupSignature](classes/ParentActionGroupSignature.md)
- [ParsingStategy](classes/ParsingStategy.md)
- [Prompt](classes/Prompt.md)
Expand All @@ -72,6 +77,7 @@
- [SharePointDataSource](classes/SharePointDataSource.md)
- [ToolChoice](classes/ToolChoice.md)
- [Topic](classes/Topic.md)
- [VectorKnowledgeBase](classes/VectorKnowledgeBase.md)
- [WebCrawlerDataSource](classes/WebCrawlerDataSource.md)

## Interfaces
Expand All @@ -86,6 +92,8 @@
- [ApplicationInferenceProfileProps](interfaces/ApplicationInferenceProfileProps.md)
- [BedrockFoundationModelProps](interfaces/BedrockFoundationModelProps.md)
- [ChatPromptVariantProps](interfaces/ChatPromptVariantProps.md)
- [CommonKnowledgeBaseAttributes](interfaces/CommonKnowledgeBaseAttributes.md)
- [CommonKnowledgeBaseProps](interfaces/CommonKnowledgeBaseProps.md)
- [CommonPromptVariantProps](interfaces/CommonPromptVariantProps.md)
- [ConfluenceCrawlingFilters](interfaces/ConfluenceCrawlingFilters.md)
- [ConfluenceDataSourceAssociationProps](interfaces/ConfluenceDataSourceAssociationProps.md)
Expand All @@ -107,12 +115,14 @@
- [IGuardrail](interfaces/IGuardrail.md)
- [IInferenceProfile](interfaces/IInferenceProfile.md)
- [IInvokable](interfaces/IInvokable.md)
- [IKendraKnowledgeBase](interfaces/IKendraKnowledgeBase.md)
- [IKnowledgeBase](interfaces/IKnowledgeBase.md)
- [InferenceConfiguration](interfaces/InferenceConfiguration.md)
- [IPrompt](interfaces/IPrompt.md)
- [IPromptRouter](interfaces/IPromptRouter.md)
- [KnowledgeBaseAttributes](interfaces/KnowledgeBaseAttributes.md)
- [KnowledgeBaseProps](interfaces/KnowledgeBaseProps.md)
- [IVectorKnowledgeBase](interfaces/IVectorKnowledgeBase.md)
- [KendraKnowledgeBaseAttributes](interfaces/KendraKnowledgeBaseAttributes.md)
- [KendraKnowledgeBaseProps](interfaces/KendraKnowledgeBaseProps.md)
- [LambdaCustomTransformationProps](interfaces/LambdaCustomTransformationProps.md)
- [PIIFilter](interfaces/PIIFilter.md)
- [PromptAttributes](interfaces/PromptAttributes.md)
Expand All @@ -132,6 +142,8 @@
- [SharePointDataSourceProps](interfaces/SharePointDataSourceProps.md)
- [TextPromptVariantProps](interfaces/TextPromptVariantProps.md)
- [ToolConfiguration](interfaces/ToolConfiguration.md)
- [VectorKnowledgeBaseAttributes](interfaces/VectorKnowledgeBaseAttributes.md)
- [VectorKnowledgeBaseProps](interfaces/VectorKnowledgeBaseProps.md)
- [WebCrawlerDataSourceAssociationProps](interfaces/WebCrawlerDataSourceAssociationProps.md)
- [WebCrawlerDataSourceProps](interfaces/WebCrawlerDataSourceProps.md)

Expand Down
Loading

0 comments on commit bff2525

Please sign in to comment.