Skip to main content

Aily Code SDK

Project description

Aily Code SDK

调用LLM

from aily.server_sdk import llm

message = llm.generate(messages=[
{"role": "user", "content": "Hello world"}
], model="BYOM-pro")
print(message.content)

message = llm.generate(messages=[
{"role": "user", "content": "Hello world"}
], model=llm.LLMModel.BYOM_PRO)
print(message.content)

发送消息

from aily.server_sdk.conversation import send_message, update_message

message_id = send_message('xxx')
print(message_id)

数据查询

执行OQL

from aily.server_sdk.data import execute_oql

oql_query = "SELECT * FROM data_table"
oql_results = execute_oql(oql_query)
print(f"OQL查询结果: {oql_results}")

from aily.server_sdk.data import execute_sql

# 执行SQL查询
sql_query = "SELECT * FROM analytics_table"
sql_results = execute_sql(sql_query)
print(f"SQL查询结果: {sql_results}")

知识库查询

from aily.server_sdk import knowledge

knowledge_id = "my_knowledge_base"
query_text = "如何获取飞书多维表格的高阶权限协作者?"

results = knowledge.retrieve(knowledge_id, query_text, top_k=3, threshold=0.7)

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

aily_code_sdk-0.1.0b1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

aily_code_sdk-0.1.0b1-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file aily_code_sdk-0.1.0b1.tar.gz.

File metadata

  • Download URL: aily_code_sdk-0.1.0b1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.1 Darwin/23.2.0

File hashes

Hashes for aily_code_sdk-0.1.0b1.tar.gz
Algorithm Hash digest
SHA256 80a62de8dceafeadeccd482aa5139f1eea1bfcd8d5b666ce024aa9d4cf931bad
MD5 30b45e8b9d03e9c5442f5a5a012eb800
BLAKE2b-256 49d7f8f51f3cbf973fb85c320378ba938aa8d5428d6564c70e969e654d55cee6

See more details on using hashes here.

File details

Details for the file aily_code_sdk-0.1.0b1-py3-none-any.whl.

File metadata

  • Download URL: aily_code_sdk-0.1.0b1-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.1 Darwin/23.2.0

File hashes

Hashes for aily_code_sdk-0.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 c9a8972d850ba244d19d256e27d33a570f84e3fa18f98f0c6bc934d9ea15fe2e
MD5 3735baab21c45987157c078563637444
BLAKE2b-256 7f0502167fb04da4d15a3ef558d836552cf4ea249d1c049568b15ba7c5b0e395

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