Skip to content

Commit ea5bd1b

Browse files
authored
fix(graph): add missing export (#1089)
fix(graph): add missing export
1 parent e475828 commit ea5bd1b

12 files changed

+1936
-0
lines changed

apidocs/@cdklabs/namespaces/bedrock/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
- [DataSourceBase](classes/DataSourceBase.md)
6969
- [DataSourceNew](classes/DataSourceNew.md)
7070
- [DefaultPromptRouterIdentifier](classes/DefaultPromptRouterIdentifier.md)
71+
- [GraphKnowledgeBase](classes/GraphKnowledgeBase.md)
72+
- [GraphKnowledgeBaseBase](classes/GraphKnowledgeBaseBase.md)
7173
- [Guardrail](classes/Guardrail.md)
7274
- [GuardrailBase](classes/GuardrailBase.md)
7375
- [InferenceProfileBase](classes/InferenceProfileBase.md)
@@ -127,12 +129,15 @@
127129
- [DataSourceAssociationProps](interfaces/DataSourceAssociationProps.md)
128130
- [FoundationModelContextEnrichmentProps](interfaces/FoundationModelContextEnrichmentProps.md)
129131
- [FoundationModelParsingStategyProps](interfaces/FoundationModelParsingStategyProps.md)
132+
- [GraphKnowledgeBaseAttributes](interfaces/GraphKnowledgeBaseAttributes.md)
133+
- [GraphKnowledgeBaseProps](interfaces/GraphKnowledgeBaseProps.md)
130134
- [GuardrailAttributes](interfaces/GuardrailAttributes.md)
131135
- [GuardrailProps](interfaces/GuardrailProps.md)
132136
- [HierarchicalChunkingProps](interfaces/HierarchicalChunkingProps.md)
133137
- [IAgent](interfaces/IAgent.md)
134138
- [IAgentAlias](interfaces/IAgentAlias.md)
135139
- [IDataSource](interfaces/IDataSource.md)
140+
- [IGraphKnowledgeBase](interfaces/IGraphKnowledgeBase.md)
136141
- [IGuardrail](interfaces/IGuardrail.md)
137142
- [IInferenceProfile](interfaces/IInferenceProfile.md)
138143
- [IInvokable](interfaces/IInvokable.md)
@@ -165,6 +170,7 @@
165170
- [SupplementalDataStorageS3Config](interfaces/SupplementalDataStorageS3Config.md)
166171
- [TextPromptVariantProps](interfaces/TextPromptVariantProps.md)
167172
- [ToolConfiguration](interfaces/ToolConfiguration.md)
173+
- [VectorFieldMapping](interfaces/VectorFieldMapping.md)
168174
- [VectorKnowledgeBaseAttributes](interfaces/VectorKnowledgeBaseAttributes.md)
169175
- [VectorKnowledgeBaseProps](interfaces/VectorKnowledgeBaseProps.md)
170176
- [WebCrawlerDataSourceAssociationProps](interfaces/WebCrawlerDataSourceAssociationProps.md)

0 commit comments

Comments
 (0)