Package com.oracle.coherence.rag.internal
This package contains internal implementation classes that provide core functionality for document processing, caching, and vector storage integration. These classes are not intended for direct use by application developers and may change between releases.
Internal components include:
StoreConfigCacheLoader- Configuration loading and defaults
These implementations provide:
- Lazy loading of documents with caching strategies
- Integration between Coherence caches and vector stores
- Configuration management with default value generation
- Concurrent processing controls and throttling
- Error handling and recovery mechanisms
The internal classes leverage Coherence's distributed caching capabilities to provide scalable and fault-tolerant document processing across cluster nodes. They handle the complexity of coordinating between different storage backends and maintaining consistency.
Note: Classes in this package are internal implementation details and should not be used directly by application code. Use the public APIs in the parent package instead.
- Since:
- 25.09
- Author:
- Aleks Seovic 2025.07.04
-
ClassesClassDescriptionCache loader for automatically creating StoreConfig instances with default values.