PythonicRAG / .vscode /settings.json
jeevan
testing with other packages
abaf897
raw
history blame contribute delete
596 Bytes
{
"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"
}