- Introduction of dynamic Processors - Introduction of caching system - Introduction of a better template manager - Adaptation of ModelVariables to support dynamic Processors / Retrievers / Specialists - Start adaptation of chat client
5 lines
173 B
Python
5 lines
173 B
Python
# Import all specialist implementations here to ensure registration
|
|
from . import standard_rag
|
|
|
|
# List of all available specialist implementations
|
|
__all__ = ['standard_rag'] |