chore: remove sdks and doc fixes (#271)

Remove `/sdks` folder and fix README file.
Update quickstart to remove installing python package from git repo.
This commit is contained in:
Yuan
2025-02-05 16:24:52 -08:00
committed by GitHub
parent 2d80922900
commit 5fedbde87c
32 changed files with 6 additions and 5333 deletions

View File

@@ -218,15 +218,6 @@ from Toolbox.
1. In a new terminal, install the `toolbox-langchain-sdk` package.
{{< notice warning >}}
The `toolbox-langchain-sdk` package is not yet published
to PyPi. Install it directly from the git repo instead:
```bash
pip install -e "git+https://github.com/googleapis/genai-toolbox#egg=toolbox-langchain-sdk&subdirectory=sdks/langchain"
```
{{< /notice >}}
```bash
pip install toolbox-langchain-sdk
```