Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

FloomSDK

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

FloomSDK

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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")

  # Example: Running a pipeline
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.

FAQs

Package last updated on 23 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc