Skip to content

Commit

Permalink
update readme with pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Kannan <[email protected]>
  • Loading branch information
prithvikannan committed Oct 28, 2024
1 parent d1fe98c commit dfb8c22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ The Databricks AI Bridge library provides a shared layer of APIs to interact wit

## Installation

### Install from PyPI
```sh
pip install databricks-ai-bridge
```

### Install from source

```sh
# install from the source
pip install git+ssh://[email protected]/databricks/databricks-ai-bridge.git
```

> [!NOTE]
> Once this package is published to PyPI, users can install via `pip install databricks-ai-bridge`

11 changes: 7 additions & 4 deletions integrations/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ Integrate Databricks AI Bridge package with Langchain to allow seamless usage of

## Installation

### Install from PyPI
```sh
# install from the source
pip install git+ssh://[email protected]/databricks/databricks-ai-bridge.git#subdirectory=integrations/langchain
pip install databricks-langchain
```

> [!NOTE]
> Once this package is published to PyPI, users can install via `pip install databricks-langchain`
### Install from source

```sh
pip install git+ssh://[email protected]/databricks/databricks-ai-bridge.git#subdirectory=integrations/langchain
```

## Get started

Expand Down

0 comments on commit dfb8c22

Please sign in to comment.