RAG without the hassle. Ship what matters.

from ragtastic import Ragtastic

# Create the Ragtastic client
client = Ragtastic(api_key="api_key")

# Create a collection to be queried
collection = client.collection.create(description="Country facts")
# Upload your documents to the collection
client.document.create("./Morocco.txt", collection)
client.document.create("./Turkey.txt", collection)

# Ask queries about your documents
client.query.create("What is the capital of Morocco?", [collection])

Everything you need for RAG

Lightning Fast

Get the right context in milliseconds with optimized retrieval.

Web scale

Scale to petabytes and more.

Fully Managed

Zero infrastructure management or maintenance required.

Developer Friendly

Simple API with comprehensive SDK support.

Find the Right Plan for You

Explore

$25/month

  • 5M tokens storage
  • 10M search tokens (?)
Get Started

Expand

$500/month

  • 120M tokens storage
  • 250M search tokens (?)
Get Started

Excel

$5000/month

  • 2B tokens storage
  • 3B search tokens (?)
Get Started

Enterprise

Custom

  • Custom storage
  • Custom search tokens (?)
  • Dedicated support
  • Volume discounts
Contact Sales