From 0106d157d36890aa23a2aa391f613691fd0dc3b9 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 8 Sep 2025 09:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20/.vscode?= =?UTF-8?q?/launch.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .vscode/{launch.json => launch.json.example} | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) rename .vscode/{launch.json => launch.json.example} (80%) diff --git a/.gitignore b/.gitignore index def2f5e..f66fd02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.vscode/launch.json /.data/* /rag/input_html/* /rag/data/* diff --git a/.vscode/launch.json b/.vscode/launch.json.example similarity index 80% rename from .vscode/launch.json rename to .vscode/launch.json.example index 04186f1..0429353 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json.example @@ -10,17 +10,14 @@ "request": "launch", "program": "${workspaceFolder}/rag/rag.py", "args": [ + "--verbose", "--show-stats", - "--interactive", + // "--interactive", "--use-rank", // "--stream", "--show-prompt", - "--sys-prompt", - "${workspaceFolder}/rag/lis-sp.md", "--qdrant-collection", - "rag-2000-300", - "--query", - "привет" + "rag-2000-300" ], "console": "integratedTerminal" }