An integration package connecting Llama Stack and LangChain
Project description
langchain-llama-stack
This package contains the LangChain integration with Llama Stack.
Installation
pip install -U langchain-llama-stack
If your Llama Stack distribution requires credentials, use the LLAMA_STACK_API_KEY environment variable.
If your Llama Stack distribution server is not running on http://localhost:8321, use the LLAMA_STACK_BASE_URL environment variable or base_url param.
Chat Models
ChatLlamaStack class exposes chat models hosted on your Llama Stack distribution server.
from langchain_llama_stack import ChatLlamaStack
llm = ChatLlamaStack(model="meta/llama-3.1-8b-instruct")
llm.invoke("Sing a ballad of LangChain.")
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
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_llama_stack-0.2.1.tar.gz.
File metadata
- Download URL: langchain_llama_stack-0.2.1.tar.gz
- Upload date:
- Size: 89.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
027e35fea6f122044a06e5a718f18712f8bdf0bc485d419d3c697fb6499f3aca
|
|
| MD5 |
8018caa0b033d29a486cfe634f3d69a7
|
|
| BLAKE2b-256 |
f6de651a408fd406180a549a07894fe12e95f4796f699443aa54770cfce8b2e4
|
File details
Details for the file langchain_llama_stack-0.2.1-py3-none-any.whl.
File metadata
- Download URL: langchain_llama_stack-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d8e63868c79ce501b0f503a21265cb45339941ffc05bb3fa86c027aced622c8
|
|
| MD5 |
d58bf4968b5d68afa046058dea73c312
|
|
| BLAKE2b-256 |
12cd1909a71e9dbbb619a7ccf0333bb89ad05505c1502735c2c03cddb4af8fdb
|