Skip to main content

Python library for Liten AI Data platform

Project description

Liten AI Python Library

Liten AI provides intelligent data analytics. It provides simple interface to intelligently query and analyze data. Liten API calls are exposed as python functions. It also provides a data chat app that can inspect and debug your data.

Installation

Liten package is delivered using compiled files. To use the package do the following.

pip install --upgrade litenai

Please set LITEN_CONFIG_FILE variable to point to a valid yaml config file. Sample yaml is provided in scripts dir.

Dependencies

All dependencies are installed with liten pacakge install. Liten uses python versions > 3.10

Usage

First create a new session using Session.get_or_create API. This will create a new session if it does not exist. It will return the session object. This session object can be used to call various API functions. Liten API calls are

  • ask - These are directly used by GenAI model for answers.
  • send - Prompt sent is first parsed by master-agent, who then orchestrates Liten agents to complete the prompt.

Liten also provides a chat interface. This can be used within a python notebook or as a standalone application. To use it within a notebook use the following call.

chatbot = Chatbot()
chatbot.start()

To start a standalone chatbot use the following command.

litenchat.sh

Use the server IP address provided by the chatbot to connect to it from a browser.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

litenai-0.0.42-py3-none-any.whl (3.6 MB view hashes)

Uploaded Python 3

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