Refactor core structure and add new RAG modules
1 parent 64c193d commit 9344cc56a799acd36d782ac0da2d58ec48cac519
@yangyang xie yangyang xie authored 12 days ago
Showing 18 changed files
View
.gitignore
View
ai-hub/app/api_endpoints.py 0 → 100644
View
ai-hub/app/app.py 0 → 100644
View
ai-hub/app/core/guide.md 0 → 100644
View
ai-hub/app/core/llm_providers.py 0 → 100644
View
ai-hub/app/core/rag_service.py 0 → 100644
View
ai-hub/app/core/retrievers.py 0 → 100644
View
ai-hub/app/core/vector_store.py 0 → 100644
View
ai-hub/app/db/guide.md 0 → 100644
View
ai-hub/app/db_setup.py 0 → 100644
View
ai-hub/app/llm_providers.py 100644 → 0
View
ai-hub/app/main.py
View
ai-hub/pytest.ini 0 → 100644
View
ai-hub/requirements.txt
View
ai-hub/tests/core/test_rag_service.py 0 → 100644
View
ai-hub/tests/core/test_vector_store.py 0 → 100644
View
ai-hub/tests/test_app.py 0 → 100644
View
ai-hub/tests/test_main.py 100644 → 0