Skip to content

Commit

Permalink
feat: enable structured KB initial dev w/o unit test and refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdem Ayyildiz committed Feb 17, 2025
1 parent 7a52e57 commit 91aef31
Show file tree
Hide file tree
Showing 13 changed files with 1,459 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apidocs/namespaces/bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@
- [ParsingModality](enumerations/ParsingModality.md)
- [ParsingStategyType](enumerations/ParsingStategyType.md)
- [PromptTemplateType](enumerations/PromptTemplateType.md)
- [RedshiftQueryEngineStorageType](enumerations/RedshiftQueryEngineStorageType.md)
- [RedshiftQueryEngineType](enumerations/RedshiftQueryEngineType.md)
- [SalesforceDataSourceAuthType](enumerations/SalesforceDataSourceAuthType.md)
- [SalesforceObjectType](enumerations/SalesforceObjectType.md)
- [SharePointDataSourceAuthType](enumerations/SharePointDataSourceAuthType.md)
- [SharePointObjectType](enumerations/SharePointObjectType.md)
- [SqlDatabaseType](enumerations/SqlDatabaseType.md)
- [TransformationStep](enumerations/TransformationStep.md)
- [VectorType](enumerations/VectorType.md)

Expand Down Expand Up @@ -76,6 +79,7 @@
- [S3DataSource](classes/S3DataSource.md)
- [SalesforceDataSource](classes/SalesforceDataSource.md)
- [SharePointDataSource](classes/SharePointDataSource.md)
- [SqlKnowledgeBase](classes/SqlKnowledgeBase.md)
- [ToolChoice](classes/ToolChoice.md)
- [Topic](classes/Topic.md)
- [VectorKnowledgeBase](classes/VectorKnowledgeBase.md)
Expand Down Expand Up @@ -121,6 +125,7 @@
- [InferenceConfiguration](interfaces/InferenceConfiguration.md)
- [IPrompt](interfaces/IPrompt.md)
- [IPromptRouter](interfaces/IPromptRouter.md)
- [ISqlKnowledgeBase](interfaces/ISqlKnowledgeBase.md)
- [IVectorKnowledgeBase](interfaces/IVectorKnowledgeBase.md)
- [KendraKnowledgeBaseAttributes](interfaces/KendraKnowledgeBaseAttributes.md)
- [KendraKnowledgeBaseProps](interfaces/KendraKnowledgeBaseProps.md)
Expand All @@ -141,6 +146,8 @@
- [SharePointCrawlingFilters](interfaces/SharePointCrawlingFilters.md)
- [SharePointDataSourceAssociationProps](interfaces/SharePointDataSourceAssociationProps.md)
- [SharePointDataSourceProps](interfaces/SharePointDataSourceProps.md)
- [SqlKnowledgeBaseAttributes](interfaces/SqlKnowledgeBaseAttributes.md)
- [SqlKnowledgeBaseProps](interfaces/SqlKnowledgeBaseProps.md)
- [TextPromptVariantProps](interfaces/TextPromptVariantProps.md)
- [ToolConfiguration](interfaces/ToolConfiguration.md)
- [VectorKnowledgeBaseAttributes](interfaces/VectorKnowledgeBaseAttributes.md)
Expand Down
Loading

0 comments on commit 91aef31

Please sign in to comment.