FloomSDK-Ruby
Floom Ruby SDK - A Ruby library for interacting with Floom, an AI Orchestration platform that empowers Developers and DevOps.
About Floom
Floom orchestrates and executes Generative AI pipelines, allowing developers and DevOps teams to focus on what matters most. It offers enterprise-grade, production-ready, and battle-tested solutions, now open-source and free for everyone, including commercial use.
Floom's AI Pipeline model simplifies the integration and execution process of Generative AI, handling everything from prompt design and data linking to execution and cost management.
Getting Started with FloomSDK-Ruby
Installation
To start using FloomSDK-Ruby, add the following line to your application's Gemfile:
gem 'floom_sdk_ruby', '~> 1.0'
And then execute:
bundle install
Usage
Here's how you can use the Floom Ruby SDK in your application:
require 'floom_sdk_ruby'
client = FloomSDK::Client.new("floom_endpoint", "api_key")
begin
response = client.run("your_pipeline_id", "your_chat_id", "your_input", {})
puts "Response: #{response}"
rescue => e
puts "Error: #{e.message}"
end
This README provides a concise yet comprehensive introduction to Floom and its Ruby SDK. It includes installation instructions, a basic usage example, links to further documentation, contribution guidelines, and licensing information. The structure is designed to be user-friendly and to enhance the visibility of your project.
For more information, visit us at https://floom.ai.