Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 2 additions & 68 deletions echo/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,76 +2,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Module",
"name": "Python Debugger: test_transcribe",
"type": "debugpy",
"request": "launch",
"module": "dembrane.tasks",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
},
"console": "integratedTerminal"
},
{
"name": "Python: Conversation Utils Debug",
"type": "debugpy",
"request": "launch",
"program": "dembrane/conversation_utils.py",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
},
"console": "integratedTerminal"
},
{
"name": "Python: Contextual Chunk ETL Pipeline Debug",
"type": "python",
"request": "launch",
"program": "dembrane/audio_lightrag/tests/unit_tests/contextual_chunk_etl_pipeline_test.py",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
},
"console": "integratedTerminal"
},
{
"name": "Python Debugger: transcribe",
"type": "debugpy",
"request": "launch",
"module": "dembrane.transcribe",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
},
"console": "integratedTerminal"
},
{
"name": "Python: LightRAG Embedding Debug",
"type": "python",
"request": "launch",
"program": "dembrane/audio_lightrag/utils/lightrag_utils.py",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
},
"console": "integratedTerminal"
},
{
"name": "Python: LightRAG Test",
"type": "python",
"request": "launch",
"program": "test.py",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
},
"console": "integratedTerminal"
},
{
"name": "Python: Conversation Utils Debug",
"type": "python",
"request": "launch",
"program": "dembrane/conversation_utils.py",
"module": "tests.test_transcribe",
"cwd": "${workspaceFolder}/server",
"env": {
"PYTHONPATH": "${workspaceFolder}/server"
Expand Down
29 changes: 4 additions & 25 deletions echo/directus/sync/collections/dashboards.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
[
{
"name": "Are chat templates being used?",
"icon": "check_in_out",
"note": null,
"color": null,
"_syncId": "21057c54-97fe-407c-9286-ec4b980e9fdd"
},
{
"name": "Give me the stats!",
"icon": "space_dashboard",
"note": null,
"color": null,
"_syncId": "2a617714-a47e-4ae1-a4ea-8a3fb75c0491"
},
{
"name": "test",
"icon": "space_dashboard",
"note": null,
"color": null,
"_syncId": "6fbb7a65-9d8d-4f5f-a2b0-dda5f327e0c0"
},
{
"name": "Impact Measurements",
"icon": "space_dashboard",
Expand All @@ -28,10 +7,10 @@
"_syncId": "79cde56d-c5cd-4a4c-9903-d99d3b4b796b"
},
{
"name": "MVP (Most Valuable Projects)",
"icon": "attach_money",
"name": "ECHO",
"icon": "space_dashboard",
"note": null,
"color": "#4037B9",
"_syncId": "7bda6ba5-9704-4b6e-b184-b77a51e7bd32"
"color": null,
"_syncId": "fadfb3fb-a781-41f1-a202-ef0f92174226"
}
]
Loading