quivr/backend/llm
Mamadou DICKO 512b9b4f37
feat: add custom rag first abstraction layer (#1858)
- Add `QAInterface` which should be implemented by all custom answer
generator to be compatible with Quivr
- Add `RAGInterface` which should be implemented by all RAG classes
2023-12-11 16:46:45 +01:00
..
prompts refactor(backend): cleaning dead and unused code (#1432) 2023-10-19 15:52:20 +02:00
rags feat: add custom rag first abstraction layer (#1858) 2023-12-11 16:46:45 +01:00
utils feat: composite brains db (#1826) 2023-12-06 08:40:18 +01:00
__init__.py feat: composite brains get (#1837) 2023-12-06 15:44:36 +01:00
api_brain_qa.py feat: add custom rag first abstraction layer (#1858) 2023-12-11 16:46:45 +01:00
knowledge_brain_qa.py feat: add custom rag first abstraction layer (#1858) 2023-12-11 16:46:45 +01:00
qa_headless.py feat: add custom rag first abstraction layer (#1858) 2023-12-11 16:46:45 +01:00
qa_interface.py feat: add custom rag first abstraction layer (#1858) 2023-12-11 16:46:45 +01:00