Skip to content

Commit 79e8303

Browse files
authored
docs(langchain-sdk): update README file (#54)
1 parent 34f7a8c commit 79e8303

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This SDK allows you to seamlessly integrate the functionalities of
44
[Toolbox](https://github.com/googleapis/genai-toolbox) into your LLM
55
applications, enabling advanced orchestration and interaction with GenAI models.
66

7-
> [!NOTE] Currently the SDK only supports
8-
> [LangChain](https://python.langchain.com/docs/introduction/).
7+
> [!NOTE]
8+
> Currently the SDK only supports [LangChain](https://python.langchain.com/docs/introduction/).
99
1010
<!-- TOC -->
1111

@@ -21,19 +21,17 @@ applications, enabling advanced orchestration and interaction with GenAI models.
2121

2222
<!-- /TOC -->
2323

24-
2524
## Installation
2625

26+
> [!IMPORTANT]
27+
> This SDK is not yet available on PyPI. For now, install it from source by following these [installation instructions](DEVELOPER.md) (up to step 3).
28+
2729
You can install the Toolbox SDK for LangChain using `pip`.
2830

2931
```bash
3032
pip install toolbox-langchain-sdk
3133
```
3234

33-
> [!IMPORTANT] This SDK is not yet available on PyPI. For now, install it from
34-
> source by following these [installation instructions](#development) (up to
35-
> step 3).
36-
3735
## Usage
3836

3937
Import and initialize the toolbox client.

0 commit comments

Comments
 (0)