Skip to main content

llama-index llms alibabacloud_aisearch integration

Project description

LlamaIndex Llms Integration: Alibabacloud_Aisearch

Installation

pip install llama-index-llms-alibabacloud-aisearch

Usage

For further details, please visit text-generation-api-details.

You can specify the endpoint and aisearch_api_key in the constructor, or set the environment variables AISEARCH_ENDPOINT and AISEARCH_API_KEY.

from llama_index.llms.alibabacloud_aisearch import AlibabaCloudAISearchLLM
from llama_index.core import ChatPromptTemplate

llm = AlibabaCloudAISearchLLM(service_id="ops-qwen-turbo")
prompt_template = ChatPromptTemplate.from_messages(
    [("system", "You are helpful assistant."), ("user", "{prompt}")]
)
messages = prompt_template.format_messages(prompt="<your question>")
print(llm.chat(messages))

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

Built Distribution

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

File details

Details for the file llama_index_llms_alibabacloud_aisearch-0.3.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_llms_alibabacloud_aisearch-0.3.0.tar.gz
Algorithm Hash digest
SHA256 354a8a9c5664d6338476ca3b43f5da2321612ec1c85019d9a8eed9e034a28d76
MD5 eb2ff8962bd0cab553e50571e985d88b
BLAKE2b-256 cb5473aa679aff734f74acaaa6cb0940a9306146be9b2ce08cd630ed429dca1b

See more details on using hashes here.

File details

Details for the file llama_index_llms_alibabacloud_aisearch-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_llms_alibabacloud_aisearch-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5ebdcc161c88e7d27ec168ca7fe9d7a7f9852564a9e866df415e1d02374dbc7c
MD5 0fa138b0d05c00700e40764f8c3cf26c
BLAKE2b-256 ab8ec82d7135fa9f2405badab3bed1a390f24c10dc18782363c902fbd4d90a06

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