You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/langbase/readme.md
+7-87Lines changed: 7 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@ The AI SDK for building declarative and composable AI-powered LLM products.
4
4
5
5
## Documentation
6
6
7
-
Check the [Langbase SDK documentation](https://langbase.com/docs/langbase-sdk/overview) for more details.
7
+
> [!NOTE]
8
+
> Check the [Langbase SDK documentation](https://langbase.com/docs/langbase-sdk/overview) for more details.
8
9
9
10
The following examples are for reference only. Prefer docs for the latest information.
10
11
11
-
## Getting Started with `langbase` SDK
12
+
## Getting started with `langbase` SDK
12
13
13
14
### Installation
14
15
@@ -30,91 +31,10 @@ or
30
31
yarn add langbase
31
32
```
32
33
33
-
### Usage
34
-
35
-
You can [`generateText`](https://langbase.com/docs/langbase-sdk/generate-text) or [`streamText`](https://langbase.com/docs/langbase-sdk/stream-text) based on the type of a pipe.
36
-
37
-
Check our [SDK documentation](https://langbase.com/docs/langbase-sdk/overview) for more details.
0 commit comments