Open jacopo-chevallard opened 3 weeks ago
Prompts are currently handled in core/quivr_core/rag/prompts.py in a non-optimal way.
We need to implement a more flexible, maintainable and extensible approach, based on a registry pattern.
CORE-269 Designing a `PromptRegistry` class
Prompts are currently handled in core/quivr_core/rag/prompts.py in a non-optimal way.
We need to implement a more flexible, maintainable and extensible approach, based on a registry pattern.