langbase
Version:
The AI SDK for building declarative and composable AI-powered LLM products.
41 lines (24 loc) • 714 B
Markdown
# Langbase SDK
The AI SDK for building declarative and composable AI-powered LLM products.
## Documentation
> [!NOTE]
> Check the [Langbase SDK documentation](https://langbase.com/docs/sdk) for more details.
The following examples are for reference only. Prefer docs for the latest information.
## Getting started with `langbase` SDK
### Installation
First, install the `langbase` package using npm or yarn:
```bash
npm install langbase
```
or
```bash
pnpm add langbase
```
or
```bash
yarn add langbase
```
## Documentation
Please read the [SDK documentation](https://langbase.com/docs/sdk) →
## Examples
Check out [more examples in the docs](https://langbase.com/docs/langbase-sdk/examples) →