HKUDS / LightRAG

"LightRAG: Simple and Fast Retrieval-Augmented Generation"
https://arxiv.org/abs/2410.05779
MIT License
9.22k stars 1.13k forks source link

batch size is invalid, it should not be larger than 25. #319

Closed yslion closed 3 hours ago

yslion commented 21 hours ago

openai.BadRequestError: Error code: 400 - {'error': {'code': 'InvalidParameter', 'param': None, 'message': 'batch size is invalid, it should not be larger than 25.: payload.input.contents', 'type': 'InvalidParameter'}, 'id': 'ce6c0c89-a338-9df8-afa8-acbd4d544f35', 'request_id': 'ce6c0c89-a338-9df8-afa8-acbd4d544f35'}

houxilong commented 31 minutes ago

same problems,how did you solve it.