Files
eveAI/eveai_chat_workers/retrievers/__init__.py
Josako 1807435339 - Introduction of dynamic Retrievers & Specialists
- 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
2024-11-15 10:00:53 +01:00

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']