QuivrHQ / quivr

Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
https://core.quivr.com
Other
36.71k stars 3.59k forks source link

Designing a `PromptRegistry` class #3438

Open jacopo-chevallard opened 3 weeks ago

jacopo-chevallard commented 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.

linear[bot] commented 3 weeks ago

CORE-269 Designing a `PromptRegistry` class