Go to file
letai2001 feee56dc56 strakid 2025-10-08 23:33:13 +07:00
.vscode strakid 2025-10-08 23:33:13 +07:00
__pycache__ strakid 2025-10-08 23:33:13 +07:00
data 'first' 2025-10-05 16:52:41 +07:00
logs strakid 2025-10-08 23:33:13 +07:00
src strakid 2025-10-08 23:33:13 +07:00
utils s2 2025-10-06 23:37:59 +07:00
.env s3 2025-10-06 23:41:52 +07:00
README.md strakid 2025-10-08 23:33:13 +07:00
image.png strakid 2025-10-08 23:33:13 +07:00
main.py 'first' 2025-10-05 16:52:41 +07:00
rename_files.py 'first' 2025-10-05 16:52:41 +07:00
renamed_log.txt 'first' 2025-10-05 16:52:41 +07:00
requirements.txt 'first' 2025-10-05 16:52:41 +07:00

README.md

How to debug : { "version": "0.2.0", "configurations": [ { "name": "Debug rag_pipeline (as module)", "type": "python", "request": "launch", "module": "src.chatbot.rag_pipeline",
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/.env",
"env": { "PYTHONPATH": "${workspaceFolder}" }, "console": "integratedTerminal", "justMyCode": true } ] } (launch.json)

uvicorn main:app --port 8386 (--host 0.0.0.0) alt text