Spaces:
Sleeping
Sleeping
File size: 596 Bytes
abaf897 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"python.analysis.extraPaths": [
"/Users/jeevan/Documents/Learnings/ai-engineering-bootcamp/AIE4/AIE4-DeployPythonicRAG/venv/lib/python3.12/site-packages",
],
"python.terminal.activateEnvironment": false,
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none"
},
"python.defaultInterpreterPath": "/Users/jeevan/Documents/Learnings/ai-engineering-bootcamp/AIE4/AIE4-DeployPythonicRAG/venv/lib/python3.12/site-packages",
"sarif-viewer.connectToGithubCodeScanning": "off"
"python.envFile": "${workspaceFolder}/.env"
} |