plain-rag/app/services
2025-06-26 18:02:51 +07:00
..
__init__.py feat(base): provide base code that work 2025-06-24 15:10:09 +07:00
config_service.py refactor: integrate ConfigService for model management and add configuration update endpoint 2025-06-26 18:02:51 +07:00
embedding_providers.py refactor(interface): use protocol to create module interface 2025-06-24 16:44:52 +07:00
rag_service_v1.py refactor: integrate ConfigService for model management and add configuration update endpoint 2025-06-26 18:02:51 +07:00
rag_service.py refactor: integrate ConfigService for model management and add configuration update endpoint 2025-06-26 18:02:51 +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