Skip to content

RedisKVStore request size #12442

Closed Answered by dosubot bot
anirbanbasu asked this question in Q&A
Mar 31, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @anirbanbasu, great to see you back! Hope you're doing well. 😄

Based on the information you've provided and the context from similar issues, it appears that the RedisKVStore component in LlamaIndex does not currently have a built-in feature for automatically handling large data sizes by splitting them into smaller chunks for transmission. The batch_size parameter in the put_all method is primarily designed to improve the efficiency of transmitting multiple operations in a single network call, rather than chunking individual large data items into smaller parts for storage and retrieval.

To handle large data sizes by splitting them into smaller chunks, you would need to implement a cus…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@anirbanbasu
Comment options

Answer selected by anirbanbasu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant