beerohan commited on
Commit Β·
5ac3946
1
Parent(s): 2537b99
Flatten directory structure for deployment
Browse files- studyrag/.env.example β .env.example +0 -0
- studyrag/.gitignore β .gitignore +0 -0
- studyrag/Dockerfile β Dockerfile +0 -0
- studyrag/Procfile β Procfile +0 -0
- {studyrag/app β app}/__init__.py +0 -0
- {studyrag/app β app}/config.py +0 -0
- {studyrag/app β app}/main.py +0 -0
- {studyrag/app β app}/models/__init__.py +0 -0
- {studyrag/app β app}/models/schemas.py +0 -0
- {studyrag/app β app}/services/__init__.py +0 -0
- {studyrag/app β app}/services/rag_service.py +0 -0
- {studyrag/app β app}/utils/__init__.py +0 -0
- {studyrag/app β app}/utils/document_processor.py +0 -0
- studyrag/docker-compose.yml β docker-compose.yml +0 -0
- studyrag/requirements.txt β requirements.txt +0 -0
- studyrag/runtime.txt β runtime.txt +0 -0
- {studyrag/static β static}/css/style.css +0 -0
- {studyrag/static β static}/index.html +0 -0
- {studyrag/static β static}/js/app.js +0 -0
studyrag/.env.example β .env.example
RENAMED
|
File without changes
|
studyrag/.gitignore β .gitignore
RENAMED
|
File without changes
|
studyrag/Dockerfile β Dockerfile
RENAMED
|
File without changes
|
studyrag/Procfile β Procfile
RENAMED
|
File without changes
|
{studyrag/app β app}/__init__.py
RENAMED
|
File without changes
|
{studyrag/app β app}/config.py
RENAMED
|
File without changes
|
{studyrag/app β app}/main.py
RENAMED
|
File without changes
|
{studyrag/app β app}/models/__init__.py
RENAMED
|
File without changes
|
{studyrag/app β app}/models/schemas.py
RENAMED
|
File without changes
|
{studyrag/app β app}/services/__init__.py
RENAMED
|
File without changes
|
{studyrag/app β app}/services/rag_service.py
RENAMED
|
File without changes
|
{studyrag/app β app}/utils/__init__.py
RENAMED
|
File without changes
|
{studyrag/app β app}/utils/document_processor.py
RENAMED
|
File without changes
|
studyrag/docker-compose.yml β docker-compose.yml
RENAMED
|
File without changes
|
studyrag/requirements.txt β requirements.txt
RENAMED
|
File without changes
|
studyrag/runtime.txt β runtime.txt
RENAMED
|
File without changes
|
{studyrag/static β static}/css/style.css
RENAMED
|
File without changes
|
{studyrag/static β static}/index.html
RENAMED
|
File without changes
|
{studyrag/static β static}/js/app.js
RENAMED
|
File without changes
|