ragas
ragas copied to clipboard
Turning on cache renders generate_multiple useless
Describe the bug Since the same cache key is used for every call (as generate_multiple calls generate in BaseRagasLLM), generate_multiple does not in face generate_multiple responses but returns the same cached response n times.