Удалён /.vscode/launch.json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
/.vscode/launch.json
|
||||||
/.data/*
|
/.data/*
|
||||||
/rag/input_html/*
|
/rag/input_html/*
|
||||||
/rag/data/*
|
/rag/data/*
|
||||||
|
|||||||
@@ -10,17 +10,14 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/rag/rag.py",
|
"program": "${workspaceFolder}/rag/rag.py",
|
||||||
"args": [
|
"args": [
|
||||||
|
"--verbose",
|
||||||
"--show-stats",
|
"--show-stats",
|
||||||
"--interactive",
|
// "--interactive",
|
||||||
"--use-rank",
|
"--use-rank",
|
||||||
// "--stream",
|
// "--stream",
|
||||||
"--show-prompt",
|
"--show-prompt",
|
||||||
"--sys-prompt",
|
|
||||||
"${workspaceFolder}/rag/lis-sp.md",
|
|
||||||
"--qdrant-collection",
|
"--qdrant-collection",
|
||||||
"rag-2000-300",
|
"rag-2000-300"
|
||||||
"--query",
|
|
||||||
"привет"
|
|
||||||
],
|
],
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user