Skip to main content

Overview

Floom SDK is what connects your app to your AI Pipeline. It allows you to execute AI Pipelines from your code.

Download Floom SDK for your preferred framework:

Python | Node | .NET | Java | Golang | Rust

Or install via package managers:

pip install floom


Execute your pipeline:

from floom import FloomClient

floom_client = FloomClient()

floom_client.run(
pipeline="my-first-pipeline",
prompt="Your query here"
)

That's it!​

By following these steps, you’ll have Floom integrated and ready to propel your AI development to new heights.