Marker-Inc-Korea / RAGchain

Extension of Langchain for RAG. Easy benchmarking, multiple retrievals, reranker, time-aware RAG, and so on...
Apache License 2.0
269 stars 26 forks source link

[HotFix] DynamoDB can't put more than 25 elements at once. #446

Closed vkehfdl1 closed 6 months ago

vkehfdl1 commented 6 months ago

When I try to put a lot of ids and once, it got error like this.

 'requestItems' failed to satisfy constraint: Map value must satisfy constraint: [Member must have length less than or equal to 25, Member must have length greater than or equal to 1]

https://github.com/shikhar/kafka-connect-dynamodb/issues/3 This link says boto3 can't put items at once more than 25 elements. OMG Is it real? But, you have to fix this problem @bwook00