diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4a8c340292a9..b2fba4a8ea32 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,13 +1,21 @@ { - "extensions": ["ms-python.python", "visualstudioexptteam.vscodeintellicode"], - "dockerFile": "Dockerfile", - "settings": { - "terminal.integrated.profiles.linux": { - "bash": { - "path": "/bin/bash" + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-toolsai.jupyter", + "visualstudioexptteam.vscodeintellicode" + ], + "settings": { + "terminal.integrated.profiles.linux": { + "bash": { + "path": "/bin/bash" + } + }, + "terminal.integrated.defaultProfile.linux": "bash" } - }, - "terminal.integrated.defaultProfile.linux": "bash" + } }, + "dockerFile": "Dockerfile", "updateContentCommand": "pip install -e . pre-commit && pre-commit install" } diff --git a/.github/workflows/openai.yml b/.github/workflows/openai.yml index 0a678fd9ed10..339c36527ba6 100644 --- a/.github/workflows/openai.yml +++ b/.github/workflows/openai.yml @@ -56,6 +56,10 @@ jobs: - name: Install packages for Teachable when needed run: | pip install -e .[teachable] + - name: Install packages for RetrieveChat with QDrant when needed + if: matrix.python-version == '3.9' + run: | + pip install qdrant_client[fastembed] - name: Coverage if: matrix.python-version == '3.9' env: diff --git a/README.md b/README.md index 9d425abd13f4..430a431d96bb 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,9 @@ This project is a spinoff from [FLAML](https://github.com/microsoft/FLAML).

--> -:fire: autogen has graduated from [FLAML](https://github.com/microsoft/FLAML) into a new project. - -