langchain-valthera
This package contains the LangChain integration with Valthera
Installation
pip install -U langchain-valthera
And you should configure credentials by setting the following environment variables:
- TODO: fill this out
Chat Models
ChatValthera class exposes chat models from Valthera.
from langchain_valthera import ChatValthera
llm = ChatValthera()
llm.invoke("Sing a ballad of LangChain.")
Embeddings
ValtheraEmbeddings class exposes embeddings from Valthera.
from langchain_valthera import ValtheraEmbeddings
embeddings = ValtheraEmbeddings()
embeddings.embed_query("What is the meaning of life?")
LLMs
ValtheraLLM class exposes LLMs from Valthera.
from langchain_valthera import ValtheraLLM
llm = ValtheraLLM()
llm.invoke("The meaning of life is")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
langchain_valthera-0.1.0.tar.gz
(11.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_valthera-0.1.0.tar.gz.
File metadata
- Download URL: langchain_valthera-0.1.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a81b32c083e48d305b3a185682075e4a6e206985c2642c8a47637334a943c32f
|
|
| MD5 |
b744721f1b1bc5f6a25bbdc5946d9c0d
|
|
| BLAKE2b-256 |
171ac099577cf21f776a04fc2688a103c619d768ad10a85d1d78d29f3ff71002
|
File details
Details for the file langchain_valthera-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langchain_valthera-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61cb26f41ae61d6505076b0b1c0be70ca3ddf8a18f2606fd9555ac11ddf2ebd7
|
|
| MD5 |
78c261bef2a89db5caa84459f0358696
|
|
| BLAKE2b-256 |
708fbe71e166c93d475ba8b51c4ec8b5a47770f7d1bc30ce887148f76fbfcff7
|