There should be a local cache for embeddings responses
this can cache responses to the embeddings function call in client.py
The cache should be a simple file system cache within the ELROY_HOME_DIR
it should in total not exceed a configurable amount of space (by default, say 500mb)
it should be a FIFO cache
There should be a local cache for embeddings responses
this can cache responses to the embeddings function call in client.py
The cache should be a simple file system cache within the ELROY_HOME_DIR
it should in total not exceed a configurable amount of space (by default, say 500mb)
it should be a FIFO cache