Skip to main content

Ask Sage Python Client API

Project description

Ask Sage Python Client v1.42

This is the official Python client for the Ask Sage API. It allows you to interact with the Ask Sage service, providing a simple and pythonic way to make requests to the service.

Check Ask Sage API documentation here: https://docs.asksage.ai

Installation

You can install the Ask Sage Python client via pip:

pip install asksageclient

Usage

First, import the client:

from asksageclient import AskSageClient

Then, instantiate the client:

client = AskSageClient('your_email_here', 'your_api_key_here') Warning: Do not store credentials in code, use environment variables/secrets instead

Now, you can use the client to interact with the Ask Sage service. For example, to interact with the main endpoint:

response = client.query(message='Who is Nic Chaillan?')

print(response)

Endpoints

The client provides methods for all the Ask Sage API endpoints:

  • get_models
  • add_dataset
  • delete_dataset
  • assign_dataset
  • get_user_logs
  • get_user_logins
  • query
  • query_plugin
  • execute_plugin
  • follow_up_questions
  • tokenizer
  • get_personas
  • get_datasets
  • get_plugins
  • count_monthly_tokens
  • count_monthly_teach_tokens
  • train
  • train_with_file
  • file

Each method corresponds to an endpoint of the Ask Sage API. The content parameter should be a dictionary containing the data you want to send in the request body.

Error Handling

The client includes basic error handling. If a request fails, it will print an error message and return None.

Contributing

Contributions are welcome! Please submit a pull request or create an issue to contribute to this project.

License

See the LICENSE file for details.

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

asksageclient-1.42.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

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

asksageclient-1.42-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file asksageclient-1.42.tar.gz.

File metadata

  • Download URL: asksageclient-1.42.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for asksageclient-1.42.tar.gz
Algorithm Hash digest
SHA256 3bace22c4a9881c41af7aee918a694147042160800d563b704b1b2462e5e1f6f
MD5 12bdd55ece3e175c7c72d9fa4249b80f
BLAKE2b-256 ed2d02a6ad0e04483164329c1c4fb73e6c7f5e8f482a11938eabf1bdb1a93afe

See more details on using hashes here.

File details

Details for the file asksageclient-1.42-py3-none-any.whl.

File metadata

  • Download URL: asksageclient-1.42-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for asksageclient-1.42-py3-none-any.whl
Algorithm Hash digest
SHA256 aa86978cb187134a9320784676b810a3a41c3f7779ad3ab235a7bc6e8835957a
MD5 938469c0d8d2d3052b184a30d9d2363c
BLAKE2b-256 15b1a3c0d6ba360f838c42a799ea3539f34e1b6964a2142dbcb36c1c371076dd

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