An integration package connecting Abso and LangChain
Project description
langchain-abso
This package contains the LangChain integration with Abso
Installation
pip install -U langchain-abso
You need to set the environment variable OPENAI_API_KEY
to use Abso.
Chat Models
ChatAbso
class exposes chat models from Abso.
from langchain_abso import ChatAbso
llm = ChatAbso(fast_model="gpt-4o", slow_model="o3-mini")
llm.invoke("Sing a ballad of LangChain.")
langchain-abso
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
langchain_abso-0.1.2.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file langchain_abso-0.1.2.tar.gz
.
File metadata
- Download URL: langchain_abso-0.1.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddde213c498aeda3d0ae5e359d144649b32188afc02af508ebc8173dbb0eea4d |
|
MD5 | a7442a80754016540612cf0fad5c40ba |
|
BLAKE2b-256 | afe428e11d026bbe6e37e99b555039c75f9150d5a0291d670e4c85a4dd0b7701 |
File details
Details for the file langchain_abso-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: langchain_abso-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d7cd9e828e1b142891c8e4cea2f9a70e690136a8b5093fd4203951156be057d |
|
MD5 | 19b29b49c14d7a9d9f622f53a91a37a3 |
|
BLAKE2b-256 | 7063af914b978d2a10ba3c6466c984cd7233042cf62d5999caa0ff181be739dd |