- Started addition of Assets (to e.g. handle document templates).
- To be continued (Models, first views are ready)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Import all specialist implementations here to ensure registration
|
||||
from . import standard_rag
|
||||
from . import dossier_retriever
|
||||
|
||||
# List of all available specialist implementations
|
||||
__all__ = ['standard_rag']
|
||||
__all__ = ['standard_rag', 'dossier_retriever']
|
||||
|
||||
Reference in New Issue
Block a user