awslabs / generative-ai-cdk-constructs

AWS Generative AI CDK Constructs are sample implementations of AWS CDK for common generative AI patterns.
https://awslabs.github.io/generative-ai-cdk-constructs/
Apache License 2.0
330 stars 49 forks source link

(aws-rag-appsync-stepfn-opensearch): CRUD operations on documents #624

Open krokoko opened 1 month ago

krokoko commented 1 month ago

Describe the feature

As of today, users can only ingest documents and create embeddings. There is no CRUD operations to update or delete existing documents. The only way a user can update or remove embeddings is by deleting the OSS instance, and re-deploying one.

Use Case

Users have to destroy/re-deploy their stack if they want to update their embeddings

Proposed Solution

No response

Other Information

No response

Acknowledgements

scottschreckengaust commented 3 weeks ago

https://github.com/awslabs/generative-ai-cdk-constructs/issues/443