File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ This SDK allows you to seamlessly integrate the functionalities of
4
4
[ Toolbox] ( https://github.com/googleapis/genai-toolbox ) into your LLM
5
5
applications, enabling advanced orchestration and interaction with GenAI models.
6
6
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/ ) .
9
9
10
10
<!-- TOC -->
11
11
@@ -21,19 +21,17 @@ applications, enabling advanced orchestration and interaction with GenAI models.
21
21
22
22
<!-- /TOC -->
23
23
24
-
25
24
## Installation
26
25
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
+
27
29
You can install the Toolbox SDK for LangChain using ` pip ` .
28
30
29
31
``` bash
30
32
pip install toolbox-langchain-sdk
31
33
```
32
34
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
-
37
35
## Usage
38
36
39
37
Import and initialize the toolbox client.
You can’t perform that action at this time.
0 commit comments