Go to file
letai2001 565cb21d84 up2 2025-10-13 01:33:07 +07:00
.vscode strakid 2025-10-08 23:33:13 +07:00
__pycache__ up 2025-10-13 01:32:17 +07:00
data 'first' 2025-10-05 16:52:41 +07:00
logs up 2025-10-13 01:32:17 +07:00
outputs up 2025-10-13 01:32:17 +07:00
src up 2025-10-13 01:32:17 +07:00
utils up 2025-10-13 01:32:17 +07:00
.env up 2025-10-13 01:32:17 +07:00
README.md up2 2025-10-13 01:33:07 +07:00
image-1.png up 2025-10-13 01:32:17 +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

Function Calling with google search:

alt text