-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prithvi Kannan <[email protected]>
- Loading branch information
1 parent
d1fe98c
commit dfb8c22
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|