Refactor core structure and add new RAG modules
|
---|
|
.gitignore |
---|
ai-hub/app/api_endpoints.py 0 → 100644 |
---|
ai-hub/app/app.py 0 → 100644 |
---|
ai-hub/app/core/guide.md 0 → 100644 |
---|
ai-hub/app/core/llm_providers.py 0 → 100644 |
---|
ai-hub/app/core/rag_service.py 0 → 100644 |
---|
ai-hub/app/core/retrievers.py 0 → 100644 |
---|
ai-hub/app/core/vector_store.py 0 → 100644 |
---|
ai-hub/app/db/guide.md 0 → 100644 |
---|
ai-hub/app/db_setup.py 0 → 100644 |
---|
ai-hub/app/llm_providers.py 100644 → 0 |
---|
ai-hub/app/main.py |
---|
ai-hub/pytest.ini 0 → 100644 |
---|
ai-hub/requirements.txt |
---|
ai-hub/tests/core/test_rag_service.py 0 → 100644 |
---|
ai-hub/tests/core/test_vector_store.py 0 → 100644 |
---|
ai-hub/tests/test_app.py 0 → 100644 |
---|
ai-hub/tests/test_main.py 100644 → 0 |
---|