diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e56e4d6..460c526 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,8 @@ "settings": { "python.defaultInterpreterPath": "/usr/local/bin/python", "remote.autoForwardPorts": false, - "python.createEnvironment.trigger": "off" + "python.createEnvironment.trigger": "off", + "python.analysis.typeCheckingMode": "off" }, // Add the IDs of extensions you want installed when the container is created. diff --git a/requirements.txt b/requirements.txt index 347ed8c..74f7ac6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ azure-identity openai>=1.108.1 python-dotenv langchain-text-splitters +rich