plain-rag/app/services
2025-06-27 23:25:03 +07:00
..
__init__.py feat(base): provide base code that work 2025-06-24 15:10:09 +07:00
config_service.py feat: update environment configuration and database settings in .env and docker-compose 2025-06-27 23:25:03 +07:00
embedding_providers.py refactor(interface): use protocol to create module interface 2025-06-24 16:44:52 +07:00
rag_service.py feat: add system prompt configuration and update model usage in RAG service 2025-06-27 22:34:24 +07:00
rerankers.py feat: introduce VectorStoreRegistry and PGVectorStore integration in ConfigService 2025-06-27 22:34:06 +07:00
vector_stores.py feat: update environment configuration and database settings in .env and docker-compose 2025-06-27 23:25:03 +07:00