Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Opensearch): Allow importing an existing collection and index #271

Open
2 tasks
massi-ang opened this issue Feb 19, 2024 · 3 comments
Open
2 tasks

(Opensearch): Allow importing an existing collection and index #271

massi-ang opened this issue Feb 19, 2024 · 3 comments
Labels
backlog enhancement New feature or request

Comments

@massi-ang
Copy link

Describe the feature

Allow to import existing collections and indexes to be used in the stack

Use Case

Customers might have already collections they want to use as a Bedrock Knowledge Base

Proposed Solution

Allow importing existing resources

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@massi-ang massi-ang added the needs-triage This issue or PR still needs to be triaged. label Feb 19, 2024
@krokoko krokoko added backlog and removed needs-triage This issue or PR still needs to be triaged. labels Feb 26, 2024
@krokoko
Copy link
Collaborator

krokoko commented Feb 28, 2024

@massi-ang is this about adding a method like VectorCollection.fromExistingCollection() to VectorCollection so it can be used in KnowledgeBaseProps when instantiating a new KnowledgeBase ?

@LYTzeng
Copy link

LYTzeng commented Oct 4, 2024

+1 on this feature request. And yes @krokoko I think we need to have some way to import OSS collections/indexes that is created by aws-cdk-lib and transform it into VectorCollection type so that KnowledgeBase can consume it without creating new OSS collections and index. adding a method like VectorCollection.fromExistingCollection() to VectorCollection would be great.

@LYTzeng
Copy link

LYTzeng commented Oct 4, 2024

Since our project depends on this and we need to implement this w/o waiting for new releases coming out, is there a way that I can create a VectorCollection to be used in KnowledgeBaseProps without letting CDK to create an OSS collection in the current version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants