Skip to main content

AI Powered Data Platform

Project description

Ryoma

Ryoma lib is the core component of the project which includes:

  • Data Sources that can be used to fetch data from different sources
  • Agents that can be used to process data with AI models
  • Tools that can be used by agent to process data

Installation

Basic Installation

pip install ryoma_ai

Installing with Optional Dependencies

Ryoma AI uses lazy imports for datasource dependencies, so you only need to install the dependencies for the datasources you plan to use:

# For PostgreSQL support
pip install ryoma_ai[postgres]

# For MySQL support  
pip install ryoma_ai[mysql]

# For Snowflake support
pip install ryoma_ai[snowflake]

# For BigQuery support
pip install ryoma_ai[bigquery]

# For DuckDB support
pip install ryoma_ai[duckdb]

# For DynamoDB support
pip install ryoma_ai[dynamodb]

# For Apache Iceberg support
pip install ryoma_ai[iceberg]

# For PySpark support
pip install ryoma_ai[pyspark]

# Multiple datasources
pip install ryoma_ai[postgres,mysql,duckdb]

Usage

from ryoma_ai.datasource.postgres import PostgresDataSource
from ryoma_ai.agent.sql import SqlAgent

datasource = PostgresDataSource("postgresql://user:password@localhost/db")
sql_agent = SqlAgent("gpt-3.5-turbo").add_datasource(datasource)
sql_agent.stream("Get the top 10 rows from the data source")

Documentation

Visit the documentation for more information.

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

ryoma_ai-0.1.4.tar.gz (154.3 kB view details)

Uploaded Source

Built Distribution

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

ryoma_ai-0.1.4-py3-none-any.whl (165.4 kB view details)

Uploaded Python 3

File details

Details for the file ryoma_ai-0.1.4.tar.gz.

File metadata

  • Download URL: ryoma_ai-0.1.4.tar.gz
  • Upload date:
  • Size: 154.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for ryoma_ai-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f0d896c96b78fea037e82475f6066988739a083ae0a6d20b6ff6b4628be94b9e
MD5 cfe730692f6d14478a4556b6b1af6fef
BLAKE2b-256 402835d397f32cc713fc2585e12ec1f7b68157f73f515365fd0b42541e7dafb0

See more details on using hashes here.

File details

Details for the file ryoma_ai-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: ryoma_ai-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 165.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for ryoma_ai-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5b81d4d89e23e90da54735abe25ead4d3a9162a5e90b8a4061035f439e5f07a1
MD5 9b12e022bf8a7e2aa986e5bbb63699e2
BLAKE2b-256 e727dc5012fab8bc8314fb17ea42f9a3b8a2cbe2a3880f284e9aab78839cf91b

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