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.3.tar.gz (154.1 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.3-py3-none-any.whl (165.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ryoma_ai-0.1.3.tar.gz
  • Upload date:
  • Size: 154.1 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.3.tar.gz
Algorithm Hash digest
SHA256 a7467a4a432fa7896e8b0f528d4d8221f07f4164e2c3486461461ea149c3304d
MD5 42da83e4e80cb00fe5c6405a16c00fa5
BLAKE2b-256 c28b12bcf70ef97ae4bc830ee824c6e1eb558659de9b3a22f385726c1e8d8df9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ryoma_ai-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 165.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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 48488581673cef50495ae57f995e0344a91fc851dcec73babe6d62d0e67c2c54
MD5 94a7010008c7d9e740ec314fbcda839b
BLAKE2b-256 34ebd793d81c7b82d27a337ba217013f954bc6abeb6c38eb1017b38feb7ddb11

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