Skip to main content

llama-index embeddings alibabacloud_aisearch integration

Project description

LlamaIndex Embeddings Integration: Alibabacloud_Aisearch

Installation

pip install llama-index-embeddings-alibabacloud-aisearch

Usage

For further details, please visit text-embedding-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.embeddings.alibabacloud_aisearch import (
    AlibabaCloudAISearchEmbedding,
)

embed_model = AlibabaCloudAISearchEmbedding()
embedding = embed_model.get_query_embedding("llama-index")
print(len(embedding))

# embeddings = embed_model.get_text_embedding_batch(
#     ["科学技术是第一生产力", "opensearch产品文档"], show_progress=True
# )

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

File details

Details for the file llama_index_embeddings_alibabacloud_aisearch-0.1.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_embeddings_alibabacloud_aisearch-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ea106ca1df8d01c9ce6816fc3705a164dcb6bc316a58383e84d2a3b35fb534b1
MD5 fb83c23d1e3420746b27cf0e1375f31d
BLAKE2b-256 b708df2f1e20fbebad01de757a949bad35a1248409408f542baddf849aa573ec

See more details on using hashes here.

File details

Details for the file llama_index_embeddings_alibabacloud_aisearch-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_embeddings_alibabacloud_aisearch-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 da63040ed8d57d364bd388316944c70f6865966899b94c2fb148f6696183fdc7
MD5 817b5590276f66f99a754fd65cbe4cae
BLAKE2b-256 c8e0690606a2d7bf0675e036e6f62d2e46ef352dbfbfe4325fed0a1e14f6b1cc

See more details on using hashes here.

Supported by

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