Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
JPBianchi
/
vectorsearch
like
0
Running
App
Files
Files
Community
9531574
vectorsearch
/
.vscode
/
launch.json
JPBianchi
temp before HF pull
30ffb9e
11 months ago
raw
Copy download link
history
blame
Safe
295 Bytes
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Python: Current File"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"${file}"
,
"console"
:
"integratedTerminal"
,
"justMyCode"
:
false
}
]
}