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" }