Spaces:
Sleeping
Sleeping
| """Disk caches for expensive operations.""" | |
| from .embedding_cache import cached_embeddings | |
| from .ocr_cache import OcrCache | |
| __all__ = ["OcrCache", "cached_embeddings"] | |
| """Disk caches for expensive operations.""" | |
| from .embedding_cache import cached_embeddings | |
| from .ocr_cache import OcrCache | |
| __all__ = ["OcrCache", "cached_embeddings"] | |