Skip to main content
Open on GitHub

Aleph Alpha

Aleph Alpha was founded in 2019 with the mission to research and build the foundational technology for an era of strong AI. The team of international scientists, engineers, and innovators researches, develops, and deploys transformative AI like large language and multimodal models and runs the fastest European commercial AI cluster.

The Luminous series is a family of large language models.

安装与设置

pip install aleph-alpha-client

您必须创建一个新令牌。请参阅 说明

from getpass import getpass

ALEPH_ALPHA_API_KEY = getpass()

LLM

查看一个 使用示例

from langchain_community.llms import AlephAlpha
API 参考:AlephAlpha

文本嵌入模型

查看一个 使用示例

from langchain_community.embeddings import AlephAlphaSymmetricSemanticEmbedding, AlephAlphaAsymmetricSemanticEmbedding