Skip to main content

An integration package connecting Cerebras and LangChain

Project description

Langchain-Cerebras

This package contains the LangChain integration with Cerebras.

At Cerebras, we've developed the world's largest and fastest AI processor, the Wafer-Scale Engine-3 (WSE-3). The Cerebras CS-3 system, powered by the WSE-3, represents a new class of AI supercomputer that sets the standard for generative AI training and inference with unparalleled performance and scalability.

With Cerebras as your inference provider, you can:

  • Achieve unprecedented speed for AI inference workloads
  • Build commercially with high throughput
  • Effortlessly scale your AI workloads with our seamless clustering technology

Our CS-3 systems can be quickly and easily clustered to create the largest AI supercomputers in the world, making it simple to place and run the largest models. Leading corporations, research institutions, and governments are already using Cerebras solutions to develop proprietary models and train popular open-source models.

Want to experience the power of Cerebras? Check out our website for more resources and explore options for accessing our technology through the Cerebras Cloud or on-premise deployments!

For more information about Cerebras Cloud, visit cloud.cerebras.ai. Our API reference is available at inference-docs.cerebras.ai.

Installation

pip install langchain-cerebras

API Key

Get an API Key from cloud.cerebras.ai and add it to your environment variables:

export CEREBRAS_API_KEY="your-api-key-here"

Chat model

More examples

See more examples here.

Example

from langchain_core.prompts import ChatPromptTemplate
from langchain_cerebras import ChatCerebras

chat = ChatCerebras(
    model="llama-3.3-70b",
)

system = "You are an expert on animals who must answer questions in a manner that a 5 year old can understand."
human = "I want to learn more about this animal: {text}"
prompt = ChatPromptTemplate.from_messages(
    [
        ("system", system),
        ("human", human)
    ]
)

chain = prompt | chat
chain.invoke({"text": "Lion"})

Result content:

OH BOY! Let me tell you all about LIONS!

Lions are the kings of the jungle! They're really big and have beautiful, fluffy manes around their necks. The mane is like a big, golden crown!

Lions live in groups called prides. A pride is like a big family, and the lionesses (that's what we call the female lions) take care of the babies. The lionesses are like the mommies, and they teach the babies how to hunt and play.

Lions are very good at hunting. They work together to catch their food, like zebras and antelopes. They're super fast and can run really, really fast!

But lions are also very sleepy. They like to take long naps in the sun, and they can sleep for up to 20 hours a day! Can you imagine sleeping that much?

Lions are also very loud. They roar really loudly to talk to each other. It's like they're saying, "ROAR! I'm the king of the jungle!"

And guess what? Lions are very social. They like to play and cuddle with each other. They're like big, furry teddy bears!

So, that's lions! Aren't they just the coolest?

Development + Contributing

For more information, visit LangChain's contribution guide.

Install Dependencies

poetry install --with test,lint,codespell

Build

poetry build

Unit Test

Unit tests are completely offline and do not require an API key.

make test

Integration Test

Integration tests require the environment variable CEREBRAS_API_KEY to be set to a valid API key along with a connection to the Cerebras Cloud servers.

make integration_test

Linting and Formatting

make lint spell_check check_imports

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_cerebras-0.8.2.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langchain_cerebras-0.8.2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file langchain_cerebras-0.8.2.tar.gz.

File metadata

  • Download URL: langchain_cerebras-0.8.2.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for langchain_cerebras-0.8.2.tar.gz
Algorithm Hash digest
SHA256 1594f87d08955a141269d48527d9a636827f6cb60167c447d8c5969eeaa9c8c7
MD5 8f2d238e41942b6cf4c95b7ebb9374d3
BLAKE2b-256 64d876356d5361b3dd6e1febcc62cc83acc01a88f7fca43b836d4e3a72434a37

See more details on using hashes here.

File details

Details for the file langchain_cerebras-0.8.2-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_cerebras-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ca956bd8906e4760d903d3b9c614913488a87e44ee61522fafd66267dfb6582f
MD5 19f08eb8c71c6f25aae3649dcad3ebb8
BLAKE2b-256 fcf9239509fccf433f7cb34f8d2cf15885e4eda5e04f1f3110da295543fbaec5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page