Skip to main content

Python SDK for interacting with Okareo Cloud APIs

Project description

Okareo Python SDK

PyPI PyPI - Python Version PyPI - License


PyPI: https://pypi.org/project/okareo/


Python library for interacting with Okareo Cloud APIs

Documentation

Getting Started, Guides, and API docs

Installation

  1. Install the package

    pip install okareo
    
  2. Get your API token from https://app.okareo.com/ (Note: You will need to register first.)

  3. Go directly to the "2. Create your API Token" on the landing page in above app.

  4. Set the environment variable OKAREO_API_KEY to your generated API token.

Get Started Example Notebooks

Please see and run this notebook:
https://github.com/okareo-ai/okareo-python-sdk/blob/main/examples/classification_eval.ipynb

See additional examples under:
https://github.com/okareo-ai/okareo-python-sdk/tree/main/examples

Using Okareo LangChain Callbacks Handler

We provide a LangChain callback handler that lets you easily integrate your current workflows with the Okareo platform.

If don't have LangChain dependencies installed in your environment, you can install the base ones (that will help you run the examples) with:

pip install okareo[langchain]

Integrating callbacks into your chain is as easy as importing the SDK in your module add adding the following

from okareo.callbacks import CallbackHandler
...
handler = CallbackHandler(mut_name="my-model", context_token="context-token")
llm = OpenAI(temperature=0.3, callbacks=[handler])

During the LangChain LLM runs we will collect input and output information so you can analyze it further with the Okareo toolkit.

You can also see an usage example in ./examples/langchain_callback_example.py


All rights reserved for Okareo Inc

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

okareo-0.0.69.tar.gz (84.5 kB view details)

Uploaded Source

Built Distribution

okareo-0.0.69-py3-none-any.whl (190.2 kB view details)

Uploaded Python 3

File details

Details for the file okareo-0.0.69.tar.gz.

File metadata

  • Download URL: okareo-0.0.69.tar.gz
  • Upload date:
  • Size: 84.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1025-azure

File hashes

Hashes for okareo-0.0.69.tar.gz
Algorithm Hash digest
SHA256 69e51b4a7ea84ddeda12b6172dfd4f5c7b8e748a256ece8f1db323e74607d8f4
MD5 dde2ee5bcf788fd6f0cea5334245b163
BLAKE2b-256 8d256141cc99362677aa60d984a1971b500d54881c19d61586db3330b215fcf3

See more details on using hashes here.

File details

Details for the file okareo-0.0.69-py3-none-any.whl.

File metadata

  • Download URL: okareo-0.0.69-py3-none-any.whl
  • Upload date:
  • Size: 190.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1025-azure

File hashes

Hashes for okareo-0.0.69-py3-none-any.whl
Algorithm Hash digest
SHA256 64e1a3e0a167557081a7c44b9642c69488d49f211a1fdec2981214d8e93b22d4
MD5 41be9d4984d8371c7cc41bf6b5b7711a
BLAKE2b-256 cbd370ba8d0899a2a5f859cd4f3e8deead3b7669a0ee70774060b71f850e6045

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