refactor retriever
|
---|
|
ai-hub/app/api/dependencies.py |
---|
ai-hub/app/app.py |
---|
ai-hub/app/core/pipelines/dspy_rag.py |
---|
ai-hub/app/core/retrievers.py 100644 → 0 |
---|
ai-hub/app/core/retrievers/__init__.py 0 → 100644 |
---|
ai-hub/app/core/retrievers/base_retriever.py 0 → 100644 |
---|
ai-hub/app/core/retrievers/faiss_db_retriever.py 0 → 100644 |
---|
ai-hub/app/core/services.py 100644 → 0 |
---|
ai-hub/app/core/services/rag.py |
---|
ai-hub/tests/api/test_dependencies.py |
---|
ai-hub/tests/core/pipelines/test_dspy_rag.py |
---|
ai-hub/tests/core/retrievers/test_faiss_db_retriever.py 0 → 100644 |
---|
ai-hub/tests/core/services/test_rag.py |
---|
ai-hub/tests/test_app.py |
---|