langchain-abso
This package contains the LangChain integration with Abso
Installation
pip install -U langchain-abso
And you should configure credentials by setting the following environment variables:
- TODO: fill this out
Chat Models
ChatAbso class exposes chat models from Abso.
from langchain_abso import ChatAbso
llm = ChatAbso()
llm.invoke("Sing a ballad of LangChain.")
Embeddings
AbsoEmbeddings class exposes embeddings from Abso.
from langchain_abso import AbsoEmbeddings
embeddings = AbsoEmbeddings()
embeddings.embed_query("What is the meaning of life?")
LLMs
AbsoLLM class exposes LLMs from Abso.
from langchain_abso import AbsoLLM
llm = AbsoLLM()
llm.invoke("The meaning of life is")
Release files for langchain-abso 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| langchain_abso-0.1.0.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| langchain_abso-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.3 kB
Release files / langchain_abso-0.1.0.tar.gz
| Download URL | langchain_abso-0.1.0.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7f93ba9b22e025ad78d0bfe07ba2f3fe908f81d0e94e5115bc9ee8541d1ad08a
|
|
BLAKE2b-256 checksum How to use checksums |
f39e0eb65f67debf233dbace7e312d51e253ff77c415e74f23ecb6b62f93b78d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
|
Release files / langchain_abso-0.1.0-py3-none-any.whl
| Download URL | langchain_abso-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
efd017448933f238aca5d3e0400066c90dd59dfd0434dd082f826d4917f96da6
|
|
BLAKE2b-256 checksum How to use checksums |
3b1bd524906653c91896dd10b91986b702cd04c37f615e3ca45cedae63381d70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
|