Spaces:
Running
Running
| Folder PATH listing for volume Local Disk | |
| Volume serial number is 82A7-7C4C | |
| D:. | |
| | .env | |
| | .gitignore | |
| | app.py | |
| | Dockerfile | |
| | README.md | |
| | render.yaml | |
| | requirements.txt | |
| | structure.txt | |
| | vercel.json | |
| | | |
| +---backend | |
| | | main.py | |
| | | __init__.py | |
| | | | |
| | +---api | |
| | | | admin.py | |
| | | | auth.py | |
| | | | corpus.py | |
| | | | frontend_config.py | |
| | | | ingest.py | |
| | | | query.py | |
| | | | __init__.py | |
| | | | | |
| | | \---__pycache__ | |
| | | admin.cpython-311.pyc | |
| | | auth.cpython-311.pyc | |
| | | corpus.cpython-311.pyc | |
| | | frontend_config.cpython-311.pyc | |
| | | ingest.cpython-311.pyc | |
| | | query.cpython-311.pyc | |
| | | __init__.cpython-311.pyc | |
| | | | |
| | +---core | |
| | | | auth_utils.py | |
| | | | classifier.py | |
| | | | config.py | |
| | | | intent_classifier.py | |
| | | | intent_feedback.jsonl | |
| | | | intent_model.pkl | |
| | | | pipeline.py | |
| | | | providers.py | |
| | | | tasks.py | |
| | | | warmup_classifier.py | |
| | | | __init__.py | |
| | | | | |
| | | \---__pycache__ | |
| | | auth_utils.cpython-311.pyc | |
| | | classifier.cpython-311.pyc | |
| | | config.cpython-311.pyc | |
| | | intent_classifier.cpython-311.pyc | |
| | | pipeline.cpython-311.pyc | |
| | | providers.cpython-311.pyc | |
| | | tasks.cpython-311.pyc | |
| | | warmup_classifier.cpython-311.pyc | |
| | | __init__.cpython-311.pyc | |
| | | | |
| | +---eval | |
| | | golden_dataset_builder.py | |
| | | metrics.py | |
| | | ollama_client.py | |
| | | openrouter_eval.py | |
| | | run_eval.py | |
| | | | |
| | +---services | |
| | | | auth.py | |
| | | | __init__.py | |
| | | | | |
| | | \---__pycache__ | |
| | | auth.cpython-311.pyc | |
| | | __init__.cpython-311.pyc | |
| | | | |
| | \---__pycache__ | |
| | main.cpython-311.pyc | |
| | __init__.cpython-311.pyc | |
| | | |
| +---docs | |
| | model_migration_roadmap.md | |
| | | |
| +---frontend | |
| | | index.html | |
| | | | |
| | +---css | |
| | | components.css | |
| | | graph.css | |
| | | layout.css | |
| | | mobile.css | |
| | | tokens.css | |
| | | views.css | |
| | | | |
| | \---js | |
| | api.js | |
| | chat.js | |
| | config.js | |
| | corpus.js | |
| | graph.js | |
| | inspect.js | |
| | main.js | |
| | state.js | |
| | ui.js | |
| | | |
| +---shared | |
| | | types.py | |
| | | __init__.py | |
| | | | |
| | \---__pycache__ | |
| | types.cpython-311.pyc | |
| | __init__.cpython-311.pyc | |
| | | |
| +---supabase | |
| | +---migrations | |
| | | 0002_intent_feedback.sql | |
| | | | |
| | \---rls | |
| | multi_tenancy_rls.sql | |
| | rpc_security_rls_audit.sql | |
| | | |
| \---__pycache__ | |
| app.cpython-311.pyc | |