An integration package connecting Pipeshift and LangChain
Project description
langchain-pipeshift
This package contains the LangChain integration with Pipeshift
Installation
- Start by installing the package:
pip install -U langchain-pipeshift
Environment Variables
- Head on to Pipeshift Dashboard to get your API key.
- Add the api key to your environment variables:
PIPESHIFT_API_KEY=<your-api-key>
Chat Models
ChatPipeshift
class exposes chat models from Pipeshift.
from langchain_pipeshift import ChatPipeshift
llm = ChatPipeshift()
llm.invoke("Sing a ballad of LangChain.")
LLMs
Pipeshift
class exposes LLMs from Pipeshift.
from langchain_pipeshift import Pipeshift
llm = Pipeshift()
llm.invoke("The meaning of life is")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file langchain_pipeshift-0.1.1.tar.gz
.
File metadata
- Download URL: langchain_pipeshift-0.1.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
41ee440c1b18d6adfd102e6f223b26b29839c98aeccfe697da53b7adc5d39344
|
|
MD5 |
e09f830c50f9624faa9f8dc300d79d89
|
|
BLAKE2b-256 |
9aa613256767e6ac914ea7fabc2c9738f7b9f163890c361b51e5e81de73eaba0
|
File details
Details for the file langchain_pipeshift-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: langchain_pipeshift-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e8a52b46f2c18c43f096852781c8c71861377511d798007aa8aaeb9b7154b6ef
|
|
MD5 |
bb04f6a5def197b3894e7c91c97e83d5
|
|
BLAKE2b-256 |
6d770c8e518303b4523195d8eeae51b313321a882fc983d0b112d73f23fe47e2
|