refactor the services to be plugable
1 parent edda939 commit 622ef118ec7e7be54bfc91765a201d15f329a492
@Yangyang Xie Yangyang Xie authored 9 days ago
Showing 13 changed files
View
ai-hub/app/api/dependencies.py
View
ai-hub/app/api/routes.py
View
ai-hub/app/app.py
View
ai-hub/app/core/services.py
View
ai-hub/app/core/services/__init__.py 0 → 100644
View
ai-hub/app/core/services/document.py 0 → 100644
View
ai-hub/app/core/services/rag.py 0 → 100644
View
ai-hub/tests/api/test_dependencies.py 0 → 100644
View
ai-hub/tests/api/test_routes.py
View
ai-hub/tests/core/services/test_document.py 0 → 100644
View
ai-hub/tests/core/services/test_rag.py 0 → 100644
View
ai-hub/tests/core/test_services.py
View
ai-hub/tests/test_app.py