1
0

Удалён /.vscode/launch.json

This commit is contained in:
2025-09-08 09:13:54 +08:00
parent bb32153fc1
commit 0106d157d3
2 changed files with 4 additions and 6 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/.vscode/launch.json
/.data/*
/rag/input_html/*
/rag/data/*

View File

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