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.5.tar.gz (163.6 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.5-py3-none-any.whl (177.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ryoma_ai-0.1.5.tar.gz
  • Upload date:
  • Size: 163.6 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.5.tar.gz
Algorithm Hash digest
SHA256 09ef9e69bd130eff656a37b3b565ce857a12bad1e3f9a404ce3fe46e0db194c6
MD5 7fb4ecf93d153661d10946721f2db2d6
BLAKE2b-256 ed062d27061062d82f08a2c622693e6965aa79da484177eec4f3e17faeaf6b6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ryoma_ai-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 177.1 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 14302f142f547ebabf22e0cf2161bc432907415420c60b01d5d3a0cddf5af5b6
MD5 17e251715e76e7f5043ef04117a1c4c7
BLAKE2b-256 40be60a2df287c7f5be065b9f081599f11ed797a35c3f7a99f9da977a92f87a9

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