plain-rag/app/services
2025-06-27 22:09:27 +07:00
..
__init__.py feat(base): provide base code that work 2025-06-24 15:10:09 +07:00
config_service.py refactor: enhance model initialization and validation in ConfigService, add enums for model names 2025-06-27 22:09:27 +07:00
embedding_providers.py refactor(interface): use protocol to create module interface 2025-06-24 16:44:52 +07:00
rag_service.py refactor: update model field types and improve logging in ConfigService 2025-06-27 21:51:04 +07:00
rerankers.py feat: add reranker interface and makefile 2025-06-24 17:42:31 +07:00
vector_stores.py refactor(interface): use protocol to create module interface 2025-06-24 16:44:52 +07:00