Intelligent Storage Platform

Raindrop SmartBuckets

Transform your data storage with AI-powered intelligence. Upload any file type and instantly unlock semantic search, natural language querying, and intelligent insights.

No setup required
Free tier available
SmartBuckets Dashboard
Upload Files
document.pdf - Processing complete
image.jpg - AI analysis done
data.txt - Indexed and ready
Ask anything about your data
"What are the main topics in my documents?"

SmartBuckets
Store. Search. Build.

Intelligent storage that automatically adds AI capabilities to your data. Perfect for building AI-powered applications.

Start for free with 2 million tokens and 10GB of storage per month.

Input Data

PDF
Images
Text
Audio
Video (coming soon)
Code (coming soon)

AI Layer

Embeddings
Entity Relationship Model
Image Description Model
Image Topic Model
Keyword Model
Topic Model
Audio Transcription Model
PII Detection Model

Smart Storage

Vector Database
Graph Database
Metadata Database
Keyword Database
Topic Database
PII Database
"
"Show me documents containing credit card numbers or social security numbers"

Instantly find sensitive information across your documents

How It Works

Three simple steps to leverage the power of AI with your data

1

Upload

// SDK Example for Upload
import Raindrop from '@liquidmetal-ai/lm-raindrop';

const client = new Raindrop({
  apiKey: process.env['RAINDROP_API_KEY'], 
});

async function main() {
  const response = await client.object.upload('key', {
    bucket: 'bucket',
    body: fs.createReadStream('path/to/file'),
  });

  console.log(response.bucket);
}

main();

Secure Upload

Upload any of the following file types. Our system automatically handles file processing and secure storage.

  • PDF
  • Images (JPG or PNG)
  • Plain Text
  • Audio files
  • More formats coming soon!
2

AI Enhancement

Analyzing file complete

Extracting content complete

Building search index complete

Intelligent Processing

Our AI system automatically processes your content, generating embeddings and building semantic relationships for powerful search capabilities.

Images are automatically transcribed in natural language and entities are extracted.

3

Query

// SDK Example for Search
import Raindrop from '@liquidmetal-ai/lm-raindrop';

const client = new Raindrop({
  apiKey: process.env['RAINDROP_API_KEY'],
});

async function main() {
  const searchResponse = await client.search.perform({ input: 'input', request_id: 'request_id' });

  console.log(searchResponse.pagination);
}

main();

Your Search Capabilities:

Unlock Your Data, start building with it.

  • Search: Understand what data is stored in your bucket
  • Document Query: Ask whats inside the specific file
  • Chunk Search: Leverage Chunked Data to build AI Applications
Three Ways of Interacting with your Data

Supercharge Your Search Experience

Our intelligent storage solution combines with powerful search capabilities to unlock insights across all your data

Natural Language Understanding

Query data using everyday language instead of complex syntax. Our AI understands context, concepts, and intent.

Multi-Modal Intelligence

Seamlessly search across text, images, and audio with a single query. Our AI understands the content of each medium.

Advanced PII Detection

Automatically identify sensitive information like credit card numbers, SSNs, and personal data across all your content.

Recursive Content Discovery

Find information hidden within complex documents, including text in images, tables in PDFs, and entities in scanned documents.

Ready to transform your data

Start building today!